Public Types | Public Member Functions | Static Public Attributes | List of all members
vtkTopo Class Reference

Polyhedral cell decomposition for VTK. More...

Public Types

enum  vtkTypes {
  VTK_TRIANGLE = 5, VTK_POLYGON = 7, VTK_QUAD = 9, VTK_TETRA = 10,
  VTK_HEXAHEDRON = 12, VTK_WEDGE = 13, VTK_PYRAMID = 14, VTK_POLYHEDRON = 42
}
 Equivalent to enumeration in "vtkCellType.h". More...
 

Public Member Functions

 vtkTopo (const polyMesh &)
 Construct from components. More...
 
const labelListListvertLabels () const
 
const labelListcellTypes () const
 
const labelListaddPointCellLabels () const
 
const labelListsuperCells () const
 

Static Public Attributes

static bool decomposePoly
 Enable/disable polyhedron decomposition. Default = true. More...
 

Detailed Description

Polyhedral cell decomposition for VTK.

Source files

Definition at line 51 of file vtkTopo.H.

Member Enumeration Documentation

enum vtkTypes

Equivalent to enumeration in "vtkCellType.h".

Enumerator
VTK_TRIANGLE 
VTK_POLYGON 
VTK_QUAD 
VTK_TETRA 
VTK_HEXAHEDRON 
VTK_WEDGE 
VTK_PYRAMID 
VTK_POLYHEDRON 

Definition at line 82 of file vtkTopo.H.

Constructor & Destructor Documentation

vtkTopo ( const polyMesh )

Construct from components.

Member Function Documentation

const labelListList& vertLabels ( ) const
inline

Definition at line 108 of file vtkTopo.H.

const labelList& cellTypes ( ) const
inline

Definition at line 113 of file vtkTopo.H.

Referenced by vtkMesh::nFieldCells().

Here is the caller graph for this function:

const labelList& addPointCellLabels ( ) const
inline

Definition at line 118 of file vtkTopo.H.

Referenced by vtkMesh::nFieldPoints().

Here is the caller graph for this function:

const labelList& superCells ( ) const
inline

Definition at line 123 of file vtkTopo.H.

Member Data Documentation

bool decomposePoly
static

Enable/disable polyhedron decomposition. Default = true.

Definition at line 96 of file vtkTopo.H.


The documentation for this class was generated from the following file: