Go to the documentation of this file.
74 #ifndef vtkCellValidator_h
75 #define vtkCellValidator_h
77 #include "vtkFiltersGeneralModule.h"
137 WrongNumberOfPoints = 0x01,
138 IntersectingEdges = 0x02,
139 IntersectingFaces = 0x04,
140 NoncontiguousEdges = 0x08,
142 FacesAreOrientedIncorrectly = 0x20,
147 return static_cast<State>(
static_cast<short>(a) &
static_cast<short>(b));
151 return static_cast<State>(
static_cast<short>(a) |
static_cast<short>(b));
217 vtkGetMacro(Tolerance,
double);
static bool ContiguousEdges(vtkCell *twoDimensionalCell, double tolerance)
A 3D cell that represents an arbitrary order Lagrange wedge.
static State Check(vtkPolygon *, double tolerance)
static State Check(vtkGenericCell *, double tolerance)
static State Check(vtkCell *, double tolerance)
friend State & operator&=(State &a, State b)
a 3D cell that represents a prism with hexagonal base
a cell that represents a linear 3D hexahedron
static State Check(vtkPentagonalPrism *, double tolerance)
a 3D cell defined by a set of convex points
static State Check(vtkEmptyCell *, double tolerance)
static State Check(vtkQuadraticTetra *, double tolerance)
static State Check(vtkPolyLine *, double tolerance)
a cell that represents an n-sided polygon
static State Check(vtkQuadraticQuad *, double tolerance)
static State Check(vtkPyramid *, double tolerance)
an empty cell used as a place-holder during processing
static State Check(vtkVertex *, double tolerance)
static State Check(vtkHexagonalPrism *, double tolerance)
cell represents a parabolic, isoparametric triangle
static State Check(vtkLagrangeQuadrilateral *, double tolerance)
static void PrintState(State state, ostream &os, vtkIndent indent)
cell represents a parabolic, isoparametric triangle
cell represents a parabolic, 20-node isoparametric hexahedron
a 3D cell that represents a linear pyramid
static State Check(vtkLine *, double tolerance)
static State Check(vtkBiQuadraticTriangle *, double tolerance)
static State Check(vtkPolyhedron *, double tolerance)
cell represents a biquadratic, 24-node isoparametric hexahedron
static State Check(vtkQuadraticEdge *, double tolerance)
cell represents a parabolic, 8-node isoparametric quad
a cell that represents a 3D point
static State Check(vtkLagrangeWedge *, double tolerance)
cell represents a 1D line
static State Check(vtkTriangleStrip *, double tolerance)
static State Check(vtkQuadraticPolygon *, double tolerance)
static State Check(vtkWedge *, double tolerance)
Superclass for algorithms that produce output of the same type as input.
cell represents a parabolic, 13-node isoparametric pyramid
static State Check(vtkLagrangeHexahedron *, double tolerance)
static State Check(vtkQuadraticPyramid *, double tolerance)
static State Check(vtkTriQuadraticHexahedron *, double tolerance)
a 3D cell that represents a convex prism with pentagonal base
static State Check(vtkBiQuadraticQuadraticHexahedron *, double tolerance)
cell represents a set of 1D lines
cell represents a parabolic, 9-node isoparametric quad
tovtkm::FieldsFlag operator&(const tovtkm::FieldsFlag &a, const tovtkm::FieldsFlag &b)
cell represents a parabolic, 10-node isoparametric tetrahedron
a 3D cell that represents a linear wedge
abstract class to specify cell behavior
static bool NoIntersectingEdges(vtkCell *cell, double tolerance)
cell represents a parabolic, 15-node isoparametric wedge
a cell that represents a parabolic n-sided polygon
static State Check(vtkPixel *, double tolerance)
static State Check(vtkQuadraticHexahedron *, double tolerance)
a simple class to control print indentation
cell represents a cubic , isoparametric 1D line
static State Check(vtkQuadraticTriangle *, double tolerance)
static bool Convex(vtkCell *cell, double tolerance)
A 2D cell that represents an arbitrary order Lagrange triangle.
static State Check(vtkLagrangeTetra *, double tolerance)
cell represents a, 12-node isoparametric wedge
static State Check(vtkTriangle *, double tolerance)
a cell that represents a triangle
static State Check(vtkConvexPointSet *, double tolerance)
cell represents a parabolic, 27-node isoparametric hexahedron
static bool NoIntersectingFaces(vtkCell *cell, double tolerance)
static State Check(vtkLagrangeCurve *, double tolerance)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static State Check(vtkQuad *, double tolerance)
a cell that represents an orthogonal quadrilateral
friend State & operator|=(State &a, State b)
A 3D cell that represents an arbitrary order Lagrange tetrahedron.
cell represents a quadratic-linear, 6-node isoparametric quad
static State Check(vtkHexahedron *, double tolerance)
static vtkCellValidator * New()
validates cells in a dataset
static bool FacesAreOrientedCorrectly(vtkCell *threeDimensionalCell, double tolerance)
static State Check(vtkQuadraticLinearWedge *, double tolerance)
static State Check(vtkCubicLine *, double tolerance)
cell represents a parabolic, 18-node isoparametric wedge
provides thread-safe access to cells
static State Check(vtkVoxel *, double tolerance)
static State Check(vtkLagrangeTriangle *, double tolerance)
tovtkm::FieldsFlag operator|(const tovtkm::FieldsFlag &a, const tovtkm::FieldsFlag &b)
a 3D cell that represents a tetrahedron
static State Check(vtkTetra *, double tolerance)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A 3D cell that represents an arbitrary order Lagrange hex.
static State Check(vtkBiQuadraticQuad *, double tolerance)
cell represents a parabolic, isoparametric edge
static State Check(vtkQuadraticWedge *, double tolerance)
static State Check(vtkPolyVertex *, double tolerance)
static State Check(vtkQuadraticLinearQuad *, double tolerance)
a 3D cell defined by a set of polygonal faces
a cell that represents a triangle strip
a cell that represents a 2D quadrilateral
static State Check(vtkBiQuadraticQuadraticWedge *, double tolerance)
~vtkCellValidator() override
cell represents a set of 0D vertices
a cell that represents a 3D orthogonal parallelepiped