fix Archive for the new boost

change HPoint3f HVector3f to Vector4f
fix string_view missing with a stub
This commit is contained in:
AndreaRigoni
2018-04-12 18:21:31 +02:00
parent 1197806270
commit 5b8e301ecd
29 changed files with 544 additions and 421 deletions

View File

@@ -54,9 +54,9 @@ public:
virtual vtkPolyData* GetPolyData() const;
void AddPocaPoint(HPoint3f poca);
void AddPocaPoint(Vector4f poca);
HPoint3f GetPocaPoint();
Vector4f GetPocaPoint();
void vtkStartInteractive();