Polyhedral cell decomposition for VTK. More...
Polyhedral cell decomposition for VTK.
Public Types | |
enum | vtkTypes { VTK_TRIANGLE = 5, VTK_POLYGON = 7, VTK_QUAD = 9, VTK_TETRA = 10, VTK_PYRAMID = 14, VTK_WEDGE = 13, VTK_HEXAHEDRON = 12 } |
Public Member Functions | |
vtkTopo (const polyMesh &mesh) | |
Construct from components. | |
const labelListList & | vertLabels () const |
const labelList & | cellTypes () const |
const labelList & | addPointCellLabels () const |
const labelList & | superCells () const |
enum vtkTypes |
|
inline |
|
inline |
Definition at line 110 of file vtkTopo.H.
Referenced by vtkMesh::nFieldCells().
|
inline |
Definition at line 115 of file vtkTopo.H.
Referenced by vtkMesh::nFieldPoints().