45 #ifndef vtkExtractPolyDataGeometry_h
46 #define vtkExtractPolyDataGeometry_h
75 vtkSetMacro(ExtractInside,
int);
76 vtkGetMacro(ExtractInside,
int);
77 vtkBooleanMacro(ExtractInside,
int);
83 vtkSetMacro(ExtractBoundaryCells,
int);
84 vtkGetMacro(ExtractBoundaryCells,
int);
85 vtkBooleanMacro(ExtractBoundaryCells,
int);
91 vtkSetMacro(PassPoints,
int);
92 vtkGetMacro(PassPoints,
int);
93 vtkBooleanMacro(PassPoints,
int);
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkIdType InsertNextPoint(const float x[3])
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
double * GetPoint(vtkIdType id)
represent and manipulate 3D points