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...
 
 vtkTopo (const vtkTopo &)=delete
 Disallow default bitwise copy construction. More...
 
const labelListListvertLabels () const
 
const labelListcellTypes () const
 
const labelListaddPointCellLabels () const
 
const labelListsuperCells () const
 
void operator= (const vtkTopo &)=delete
 Disallow default bitwise assignment. More...
 

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

◆ vtkTypes

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 73 of file vtkTopo.H.

Constructor & Destructor Documentation

◆ vtkTopo() [1/2]

vtkTopo ( const polyMesh )

Construct from components.

◆ vtkTopo() [2/2]

vtkTopo ( const vtkTopo )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ vertLabels()

const labelListList& vertLabels ( ) const
inline

Definition at line 103 of file vtkTopo.H.

◆ cellTypes()

const labelList& cellTypes ( ) const
inline

Definition at line 108 of file vtkTopo.H.

Referenced by vtkMesh::nFieldCells().

Here is the caller graph for this function:

◆ addPointCellLabels()

const labelList& addPointCellLabels ( ) const
inline

Definition at line 113 of file vtkTopo.H.

Referenced by vtkMesh::nFieldPoints().

Here is the caller graph for this function:

◆ superCells()

const labelList& superCells ( ) const
inline

Definition at line 118 of file vtkTopo.H.

References vtkTopo::operator=().

Here is the call graph for this function:

◆ operator=()

void operator= ( const vtkTopo )
delete

Disallow default bitwise assignment.

Referenced by vtkTopo::superCells().

Here is the caller graph for this function:

Member Data Documentation

◆ decomposePoly

bool decomposePoly
static

Enable/disable polyhedron decomposition. Default = true.

Definition at line 87 of file vtkTopo.H.


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