43 #ifndef __vtkExtractGeometry_h
44 #define __vtkExtractGeometry_h
72 vtkSetMacro(ExtractInside,
int);
73 vtkGetMacro(ExtractInside,
int);
74 vtkBooleanMacro(ExtractInside,
int);
80 vtkSetMacro(ExtractBoundaryCells,
int);
81 vtkGetMacro(ExtractBoundaryCells,
int);
82 vtkBooleanMacro(ExtractBoundaryCells,
int);
83 vtkSetMacro(ExtractOnlyBoundaryCells,
int);
84 vtkGetMacro(ExtractOnlyBoundaryCells,
int);
85 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.