38 #ifndef vtkExtractGeometry_h 39 #define vtkExtractGeometry_h 41 #include "vtkFiltersExtractionModule.h" 67 vtkGetObjectMacro(ImplicitFunction,vtkImplicitFunction);
77 vtkGetMacro(ExtractInside,
int);
87 vtkGetMacro(ExtractBoundaryCells,
int);
90 vtkGetMacro(ExtractOnlyBoundaryCells,
int);
101 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
103 vtkImplicitFunction *ImplicitFunction;
105 int ExtractBoundaryCells;
106 int ExtractOnlyBoundaryCells;
abstract interface for implicit functions
vtkTypeUInt32 vtkMTimeType
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.