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:
@@ -47,8 +47,10 @@ public:
|
||||
private:
|
||||
void InstallPipe();
|
||||
|
||||
friend class vtkContainerBoxPimpl;
|
||||
class vtkContainerBoxPimpl *d;
|
||||
vtkActor *m_Cube;
|
||||
vtkActor *m_Axes;
|
||||
vtkActor *m_Pivot;
|
||||
vtkContainerBox::Content *m_Content;
|
||||
};
|
||||
|
||||
} // vtk
|
||||
|
||||
Reference in New Issue
Block a user