 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkHyperTreeGridGeometry_h
32 #define vtkHyperTreeGridGeometry_h
34 #include "vtkFiltersHyperTreeModule.h"
62 vtkSetMacro(Merging,
bool);
63 vtkGetMacro(Merging,
bool);
104 void AddFace(
vtkIdType useId,
const double* origin,
const double*
size,
unsigned int offset,
represent and manipulate 3D points
Objects for traversal a HyperTreeGrid.
vtkBitArray * Mask
material Mask
dynamic, self-adjusting array of unsigned char
vtkDoubleArray * Intercepts
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
vtkPoints * Points
Storage for points of output unstructured mesh.
vtkBitArray * PureMask
Pure Material Mask.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
int BranchFactor
Branch Factor.
bool Merging
JB Un locator est utilise afin de produire un maillage avec moins JB de points.
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
vtkDoubleArray * FaceScalarsA
Hyper tree grid outer surface.
Objects for traversal a HyperTreeGrid.
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
dynamic, self-adjusting array of vtkIdType
unsigned int Dimension
Dimension of input grid.
vtkDoubleArray * FaceScalarsB
unsigned int Orientation
Orientation of input grid when dimension < 3.
dynamic, self-adjusting array of bits
dynamic, self-adjusting array of double
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
vtkUnsignedCharArray * EdgeFlags
Array used to hide edges left by masked cells.
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.