25 #ifndef vtkHyperOctreeSurfaceFilter_h 26 #define vtkHyperOctreeSurfaceFilter_h 28 #include "vtkFiltersHyperTreeModule.h" 50 vtkGetMacro(Merging,
int);
76 vtkGetMacro(PassThroughCellIds,
int);
82 ~vtkHyperOctreeSurfaceFilter() VTK_OVERRIDE;
85 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
87 void GenerateLines(
double bounds[2],
89 void GenerateQuads(
double bounds[4],
91 void GenerateFaces(
double bounds[6],
98 void CreateDefaultLocator();
112 int PassThroughCellIds;
117 vtkHyperOctreeSurfaceFilter(const vtkHyperOctreeSurfaceFilter&) VTK_DELETE_FUNCTION;
118 void operator=(const vtkHyperOctreeSurfaceFilter&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
dynamic, self-adjusting array of vtkIdType
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.
represent and manipulate attribute data in a dataset
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
Extracts outer (polygonal) surface.
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.