mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
Removed Pimpl in Vtk
This commit is contained in:
@@ -58,8 +58,12 @@ public:
|
||||
void Update();
|
||||
|
||||
private:
|
||||
friend class vtkTriangleMeshPimpl;
|
||||
class vtkTriangleMeshPimpl *d;
|
||||
void vtk2uLib_update();
|
||||
void uLib2vtk_update();
|
||||
|
||||
TriangleMesh &m_content;
|
||||
vtkPolyData *m_Poly;
|
||||
vtkActor *m_Actor;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user