17 #ifndef daxToVtk_CellTypeToType_h
18 #define daxToVtk_CellTypeToType_h
19 #include <dax/CellTraits.h>
27 enum {NUM_POINTS=dax::CellTraits<dax::CellTagLine>::NUM_VERTICES};
34 enum {NUM_POINTS=dax::CellTraits<dax::CellTagHexahedron>::NUM_VERTICES};
41 enum {NUM_POINTS=dax::CellTraits<dax::CellTagQuadrilateral>::NUM_VERTICES};
48 enum {NUM_POINTS=dax::CellTraits<dax::CellTagTetrahedron>::NUM_VERTICES};
55 enum {NUM_POINTS=dax::CellTraits<dax::CellTagTriangle>::NUM_VERTICES};
62 enum {NUM_POINTS=dax::CellTraits<dax::CellTagVoxel>::NUM_VERTICES};
69 enum {NUM_POINTS=dax::CellTraits<dax::CellTagVertex>::NUM_VERTICES};
76 enum {NUM_POINTS=dax::CellTraits<dax::CellTagWedge>::NUM_VERTICES};
a cell that represents a 3D point
a cell that represents a 2D quadrilateral
a 3D cell that represents a tetrahedron
cell represents a 1D line
a cell that represents a 3D orthogonal parallelepiped
vtkHexahedron VTKCellClass
a cell that represents a linear 3D hexahedron
a cell that represents a triangle
a 3D cell that represents a linear wedge