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);
represent and manipulate 3D points
represent and manipulate point attribute data
vtkUnstructuredGrid * Output
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
a cell that represents an n-sided polygon
vtkMTimeType GetMTime()
Return the mtime also considering the locator and clip function.
vtkClipHyperOctree(vtkImplicitFunction *cf=NULL)
void CreateDefaultLocator()
Create default locator.
static vtkClipHyperOctree * New()
Construct with user-specified implicit function; InsideOut turned off; value set to 0....
vtkIncrementalPointLocator * Locator
dynamic, self-adjusting array of unsigned char
virtual void SetClipFunction(vtkImplicitFunction *)
Specify the implicit function with which to perform the clipping.
Objects that can traverse hyperoctree nodes.
vtkDoubleArray * TetScalars
vtkUnstructuredGrid * ClippedOutput
vtkUnstructuredGrid * GetClippedOutput()
Return the Clipped output.
vtkHyperOctreeCursor * Sibling
void ClipNode(vtkHyperOctreeCursor *cursor, int level, double bounds[6])
Clip the sub-hierarchy pointed by cursor.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
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
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.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkOrderedTriangulator * Triangulator
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
dynamic, self-adjusting array of vtkIdType
vtkDoubleArray * CellScalars
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