Go to the documentation of this file.
36 #ifndef vtkHyperTreeGridAxisClip_h
37 #define vtkHyperTreeGridAxisClip_h
39 #include "vtkFiltersHyperTreeModule.h"
85 vtkSetClampMacro(PlaneNormalAxis,
int, 0, 2);
86 vtkGetMacro(PlaneNormalAxis,
int);
94 vtkSetMacro(PlanePosition,
double);
95 vtkGetMacro(PlanePosition,
double);
102 vtkSetVector6Macro(Bounds,
double);
103 vtkGetVectorMacro(Bounds,
double,6);
120 vtkSetMacro(InsideOut,
int);
121 vtkGetMacro(InsideOut,
int);
122 vtkBooleanMacro(InsideOut,
int);
138 double a4,
double a5,
double a6,
double a7,
139 double a8,
double a9);
Objects for depth-first traversal HyperTreeGrids.
vtkQuadric * Quadric
Coefficients of axis-aligned quadric.
int InsideOut
Decide what is inside versus what is out.
void SetMinimumBounds(double x, double y, double z)
static vtkHyperTreeGridAxisClip * New()
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to generate hyper tree grid clip.
void SetMinimumBounds(double[3])
~vtkHyperTreeGridAxisClip() override
void SetClipTypeToPlane()
int ClipType
Type of clip to be performed.
evaluate implicit quadric function
double PlanePosition
Intercept of clipping plane along normal.
#define VTK_SIZEHINT(...)
void SetMaximumBounds(double x, double y, double z)
void RecursivelyProcessTree(vtkHyperTreeGridCursor *, vtkHyperTreeCursor *, vtkBitArray *)
Recursively descend into tree down to leaves.
Objects for depth-first traversal HyperTrees.
a simple class to control print indentation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void GetQuadricCoefficients(double[10])
void SetClipTypeToQuadric()
vtkMTimeType GetMTime() override
Override GetMTime because we delegate to a vtkQuadric.
vtkHyperTreeGridAxisClip()
virtual void SetQuadric(vtkQuadric *)
Set/Get the clipping quadric function.
Axis aligned hyper tree grid clip.
void GetMinimumBounds(double[3])
vtkBitArray * MaterialMask
Output material mask constructed by this filter.
double * GetQuadricCoefficients()
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
void GetMaximumBounds(double[3])
int PlaneNormalAxis
Direction of clipping plane normal.
ClipType
Methods by which the hyper tree grid input may be clipped: PLANE: Clip with an axis-aligned plane def...
dynamic, self-adjusting array of bits
void SetQuadricCoefficients(double a0, double a1, double a2, double a3, double a4, double a5, double a6, double a7, double a8, double a9)
Helpers to set/get the 10 coefficients of the quadric function.
general representation of visualization data
void SetQuadricCoefficients(double[10])
Superclass for algorithms that produce a hyper tree grid as output.
bool IsClipped(vtkHyperTreeGridCursor *)
Decide whether the cell is clipped out.
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
void SetMaximumBounds(double[3])
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
vtkTypeUInt32 vtkMTimeType