43 #ifndef vtkExtractPolyDataGeometry_h 44 #define vtkExtractPolyDataGeometry_h 46 #include "vtkFiltersExtractionModule.h" 82 vtkGetMacro(ExtractInside,
int);
92 vtkGetMacro(ExtractBoundaryCells,
int);
102 vtkGetMacro(PassPoints,
int);
115 int ExtractBoundaryCells;
133 inPts->GetPoint(i, x);
134 pointMap[i] = newPts->InsertNextPoint(x);
abstract interface for implicit functions
vtkTypeUInt32 vtkMTimeType
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
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.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.