62 #ifndef __vtkClipHyperOctree_h
63 #define __vtkClipHyperOctree_h
65 #include "vtkFiltersHyperTreeModule.h"
68 class vtkImplicitFunction;
72 class vtkUnsignedCharArray;
77 class vtkOrderedTriangulator;
88 void PrintSelf(ostream& os, vtkIndent indent);
98 vtkSetMacro(Value,
double);
99 vtkGetMacro(Value,
double);
108 vtkSetMacro(InsideOut,
int);
109 vtkGetMacro(InsideOut,
int);
110 vtkBooleanMacro(InsideOut,
int);
117 virtual void SetClipFunction(vtkImplicitFunction*);
118 vtkGetObjectMacro(ClipFunction,vtkImplicitFunction);
126 vtkSetMacro(GenerateClipScalars,
int);
127 vtkGetMacro(GenerateClipScalars,
int);
128 vtkBooleanMacro(GenerateClipScalars,
int);
134 vtkSetMacro(GenerateClippedOutput,
int);
135 vtkGetMacro(GenerateClippedOutput,
int);
136 vtkBooleanMacro(GenerateClippedOutput,
int);
140 vtkUnstructuredGrid *GetClippedOutput();
151 void CreateDefaultLocator();
154 unsigned long GetMTime();
160 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
186 vtkUnsignedCharArray *Types[2];
187 vtkIdTypeArray *Locs[2];
191 vtkPointData *OutPD[2];
203 vtkIdType CellTypeCounter[65536];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkImplicitFunction * ClipFunction
vtkHyperOctreeCursor * Sibling
int GenerateClippedOutput
vtkDoubleArray * CellScalars
vtkOrderedTriangulator * Triangulator
represent and manipulate cell attribute data
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
vtkDoubleArray * TetScalars
A concrete implementation of vtkHyperOctreePointsGrabber used by vtkClipHyperOctree and vtkHyperOctre...
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkIncrementalPointLocator * Locator
a 3D cell that represents a tetrahedron
vtkHyperOctreeClipCutPointsGrabber * Grabber
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
Objects that can traverse hyperoctree nodes.
object to represent cell connectivity
vtkIdType TemplateCounter
vtkIncrementalPointLocator * Locator2
vtkUnstructuredGrid * ClippedOutput
vtkUnstructuredGrid * Output
clip an hyperoctree with user-specified implicit function or input scalar data