74 #ifndef vtkCellValidator_h
75 #define vtkCellValidator_h
78 #include "vtkFiltersGeneralModule.h"
144 WrongNumberOfPoints = 0x01,
145 IntersectingEdges = 0x02,
146 IntersectingFaces = 0x04,
147 NoncontiguousEdges = 0x08,
149 FacesAreOrientedIncorrectly = 0x20,
154 return static_cast<State>(
static_cast<short>(a) & static_cast<short>(b));
158 return static_cast<State>(
static_cast<short>(a) | static_cast<short>(b));
164 static void PrintState(State state, ostream& os,
vtkIndent indent);
167 static State Check(
vtkCell*,
double tolerance);
170 static State Check(
vtkVertex*,
double tolerance);
172 static State Check(
vtkLine*,
double tolerance);
173 static State Check(
vtkPolyLine*,
double tolerance);
174 static State Check(
vtkTriangle*,
double tolerance);
176 static State Check(
vtkPolygon*,
double tolerance);
177 static State Check(
vtkPixel*,
double tolerance);
178 static State Check(
vtkQuad*,
double tolerance);
179 static State Check(
vtkTetra*,
double tolerance);
180 static State Check(
vtkVoxel*,
double tolerance);
182 static State Check(
vtkWedge*,
double tolerance);
183 static State Check(
vtkPyramid*,
double tolerance);
225 vtkGetMacro(Tolerance,
double);
236 static bool NoIntersectingEdges(
vtkCell* cell,
double tolerance);
237 static bool NoIntersectingFaces(
vtkCell* cell,
double tolerance);
238 static bool ContiguousEdges(
vtkCell* twoDimensionalCell,
double tolerance);
239 static bool Convex(
vtkCell* cell,
double tolerance);
240 static bool FacesAreOrientedCorrectly(
vtkCell* threeDimensionalCell,
double tolerance);
cell represents a parabolic, 13-node isoparametric pyramid
friend State operator&(State a, State b)
a cell that represents a 3D point
a 3D cell that represents a linear pyramid
a cell that represents an orthogonal quadrilateral
cell represents a parabolic, 9-node isoparametric quad
friend State operator|(State a, State b)
A 2D cell that represents an arbitrary order Bezier triangle.
a cell that represents a 2D quadrilateral
A 3D cell that represents an arbitrary order Bezier hex.
cell represents a parabolic, 19-node isoparametric pyramid
an empty cell used as a place-holder during processing
cell represents a set of 0D vertices
A 3D cell that represents an arbitrary order Lagrange tetrahedron.
cell represents a parabolic, 18-node isoparametric wedge
provides thread-safe access to cells
cell represents a biquadratic, 24-node isoparametric hexahedron
a 3D cell that represents a prism with hexagonal base
cell represents a cubic , isoparametric 1D line
friend State & operator|=(State &a, State b)
friend State & operator&=(State &a, State b)
a cell that represents a triangle strip
a 3D cell that represents a tetrahedron
a 3D cell that represents a convex prism with pentagonal base
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
cell represents a 1D line
abstract class to specify cell behavior
A 3D cell that represents an arbitrary order Lagrange wedge.
a cell that represents a 3D orthogonal parallelepiped
A 2D cell that represents an arbitrary order Lagrange triangle.
cell represents a parabolic, 8-node isoparametric quad
a simple class to control print indentation
A 3D cell that represents an arbitrary order Bezier tetrahedron.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
a cell that represents an n-sided polygon
validates cells in a dataset
cell represents a parabolic, isoparametric triangle
a cell that represents a linear 3D hexahedron
cell represents a parabolic, 10-node isoparametric tetrahedron
a 3D cell defined by a set of convex points
A 3D cell that represents an arbitrary order Bezier wedge.
cell represents a parabolic, 27-node isoparametric hexahedron
a cell that represents a parabolic n-sided polygon
cell represents a parabolic, isoparametric edge
a cell that represents a triangle
cell represents a parabolic, 20-node isoparametric hexahedron
cell represents a parabolic, isoparametric triangle
cell represents a parabolic, 15-node isoparametric wedge
a 3D cell defined by a set of polygonal faces
Superclass for algorithms that produce output of the same type as input.
A 3D cell that represents an arbitrary order Lagrange hex.
cell represents a, 12-node isoparametric wedge
static vtkDataSetAlgorithm * New()
cell represents a quadratic-linear, 6-node isoparametric quad
a 3D cell that represents a linear wedge
cell represents a set of 1D lines