43 #ifndef vtkExtractGeometry_h
44 #define vtkExtractGeometry_h
73 vtkSetMacro(ExtractInside,
int);
74 vtkGetMacro(ExtractInside,
int);
75 vtkBooleanMacro(ExtractInside,
int);
81 vtkSetMacro(ExtractBoundaryCells,
int);
82 vtkGetMacro(ExtractBoundaryCells,
int);
83 vtkBooleanMacro(ExtractBoundaryCells,
int);
84 vtkSetMacro(ExtractOnlyBoundaryCells,
int);
85 vtkGetMacro(ExtractOnlyBoundaryCells,
int);
86 vtkBooleanMacro(ExtractOnlyBoundaryCells,
int);
abstract interface for implicit functions
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkUnstructuredGridAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual unsigned long GetMTime()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.