64 #ifndef __vtkClipPolyData_h
65 #define __vtkClipPolyData_h
67 #include "vtkFiltersCoreModule.h"
70 class vtkImplicitFunction;
77 void PrintSelf(ostream& os, vtkIndent indent);
87 vtkSetMacro(Value,
double);
88 vtkGetMacro(Value,
double);
97 vtkSetMacro(InsideOut,
int);
98 vtkGetMacro(InsideOut,
int);
99 vtkBooleanMacro(InsideOut,
int);
106 virtual void SetClipFunction(vtkImplicitFunction*);
107 vtkGetObjectMacro(ClipFunction,vtkImplicitFunction);
115 vtkSetMacro(GenerateClipScalars,
int);
116 vtkGetMacro(GenerateClipScalars,
int);
117 vtkBooleanMacro(GenerateClipScalars,
int);
123 vtkSetMacro(GenerateClippedOutput,
int);
124 vtkGetMacro(GenerateClippedOutput,
int);
125 vtkBooleanMacro(GenerateClippedOutput,
int);
148 void CreateDefaultLocator();
151 unsigned long GetMTime();
157 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkAlgorithmOutput * GetOutputPort()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
concrete dataset represents vertices, lines, polygons, and triangle strips
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
vtkAlgorithmOutput * GetClippedOutputPort()
vtkImplicitFunction * ClipFunction
clip polygonal data with user-specified implicit function or input scalar data
int GenerateClippedOutput