mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
fix Archive for the new boost
change HPoint3f HVector3f to Vector4f fix string_view missing with a stub
This commit is contained in:
@@ -54,9 +54,9 @@ public:
|
||||
|
||||
virtual vtkPolyData* GetPolyData() const;
|
||||
|
||||
void AddPocaPoint(HPoint3f poca);
|
||||
void AddPocaPoint(Vector4f poca);
|
||||
|
||||
HPoint3f GetPocaPoint();
|
||||
Vector4f GetPocaPoint();
|
||||
|
||||
void vtkStartInteractive();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user