#include <VisuGUI_ClippingPanel.h>
Public Member Functions | |
| PreviewPlane (SVTK_ViewWindow *theWindow, VISU_CutPlaneFunction *thePlane, const double *theBounds) | |
| ~PreviewPlane () | |
| void | setVisible (bool theVisible) |
Private Attributes | |
| SVTK_ViewWindow * | myWindow |
| vtkActor * | myActor |
| vtkPolyDataMapper * | myMapper |
| const double * | myBounds |
| vtkPlane * | myPlane |
| vtkImageData * | myBox |
| vtkCutter * | myCutter |
| PreviewPlane::PreviewPlane | ( | SVTK_ViewWindow * | theWindow, |
| VISU_CutPlaneFunction * | thePlane, | ||
| const double * | theBounds | ||
| ) |
References AdjustBounds(), VISU.GetResourceMgr(), myActor, myBounds, myBox, myCutter, myMapper, myPlane, and myWindow.
| void PreviewPlane.setVisible | ( | bool | theVisible | ) |
References myActor.
SVTK_ViewWindow* PreviewPlane.myWindow [private] |
vtkActor* PreviewPlane.myActor [private] |
vtkPolyDataMapper* PreviewPlane.myMapper [private] |
const double* PreviewPlane.myBounds [private] |
vtkPlane* PreviewPlane.myPlane [private] |
vtkImageData* PreviewPlane.myBox [private] |
vtkCutter* PreviewPlane.myCutter [private] |