Polyhedral cell decomposition for VTK. More...
Polyhedral cell decomposition for VTK.
Definition at line 52 of file vtkTopo.H.
 Collaboration diagram for vtkTopo:
 Collaboration diagram for vtkTopo:| 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 | 
| const labelListList& vertLabels | ( | ) | const  [inline] | 
| const labelList& cellTypes | ( | ) | const  [inline] | 
Definition at line 110 of file vtkTopo.H.
Referenced by vtkMesh::nFieldCells().
| const labelList& addPointCellLabels | ( | ) | const  [inline] | 
Definition at line 115 of file vtkTopo.H.
Referenced by vtkMesh::nFieldPoints().