64 #ifndef __vtkClipPolyData_h
65 #define __vtkClipPolyData_h
67 #include "vtkFiltersCoreModule.h"
68 #include "vtkPolyDataAlgorithm.h"
70 class vtkImplicitFunction;
71 class vtkIncrementalPointLocator;
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);
129 vtkPolyData *GetClippedOutput();
135 return this->GetOutputPort(1);
142 void SetLocator(vtkIncrementalPointLocator *locator);
143 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
148 void CreateDefaultLocator();
151 unsigned long GetMTime();
157 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkIncrementalPointLocator * Locator
vtkAlgorithmOutput * GetClippedOutputPort()
vtkImplicitFunction * ClipFunction
clip polygonal data with user-specified implicit function or input scalar data
int GenerateClippedOutput