23 #ifndef vtkPVClipClosedSurface_h 24 #define vtkPVClipClosedSurface_h 26 #include "vtkClipClosedSurface.h" 27 #include "vtkPVVTKExtensionsDefaultModule.h" 35 void PrintSelf(ostream& os, vtkIndent indent);
42 vtkSetMacro(InsideOut,
int);
43 vtkGetMacro(InsideOut,
int);
44 vtkBooleanMacro(InsideOut,
int);
50 void SetClippingPlane(vtkPlane* plane);
56 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
57 vtkInformationVector* outputVector);
Clipper for generating closed surfaces.