Go to the documentation of this file.
63 #ifndef vtkClipHyperOctree_h
64 #define vtkClipHyperOctree_h
66 #include "vtkFiltersHyperTreeModule.h"
104 vtkGetMacro(Value,
double);
117 vtkGetMacro(InsideOut,
int);
139 vtkGetMacro(GenerateClipScalars,
int);
149 vtkGetMacro(GenerateClippedOutput,
int);
171 void CreateDefaultLocator();
represent and manipulate 3D points
represent and manipulate point attribute data
vtkUnstructuredGrid * Output
a cell that represents an n-sided polygon
vtkIncrementalPointLocator * Locator
dynamic, self-adjusting array of unsigned char
Objects that can traverse hyperoctree nodes.
vtkDoubleArray * TetScalars
vtkUnstructuredGrid * ClippedOutput
vtkHyperOctreeCursor * Sibling
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
helper class to generate triangulations
vtkTypeUInt64 vtkMTimeType
vtkIncrementalPointLocator * Locator2
abstract interface for implicit functions
vtkHyperOctreeClipCutPointsGrabber * Grabber
vtkIdType TemplateCounter
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
vtkImplicitFunction * ClipFunction
a simple class to control print indentation
object to represent cell connectivity
int GenerateClippedOutput
Abstract class in support of both point location and point insertion.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkOrderedTriangulator * Triangulator
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
dynamic, self-adjusting array of vtkIdType
vtkDoubleArray * CellScalars
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only unstructured grid as output.
dynamic, self-adjusting array of double
dataset represents arbitrary combinations of all possible cell types
A dataset structured as a tree where each node has exactly 2^n children.
a 3D cell that represents a tetrahedron
clip an hyperoctree with user-specified implicit function or input scalar data