vtkTopo Class Reference

Polyhedral cell decomposition for VTK. More...

Collaboration diagram for vtkTopo:

Public Types

enum class  vtkPolyhedra { none , polyhedra , all }
 Groups of cell types retain as polyhedra. More...
 
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 &mesh, const vtkPolyhedra &polyhedra)
 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 const NamedEnum< vtkPolyhedra, 3 > vtkPolyhedraNames_
 Names of groups of cell types retain as polyhedra. More...
 

Detailed Description

Polyhedral cell decomposition for VTK.

Source files

Definition at line 51 of file vtkTopo.H.

Member Enumeration Documentation

◆ vtkPolyhedra

enum vtkPolyhedra
strong

Groups of cell types retain as polyhedra.

Enumerator
none 
polyhedra 
all 

Definition at line 58 of file vtkTopo.H.

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

Constructor & Destructor Documentation

◆ vtkTopo() [1/2]

vtkTopo ( const polyMesh mesh,
const vtkPolyhedra polyhedra 
)

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

◆ cellTypes()

const labelList& cellTypes ( ) const
inline

Definition at line 125 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 130 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 135 of file vtkTopo.H.

◆ operator=()

void operator= ( const vtkTopo )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ vtkPolyhedraNames_

const NamedEnum<vtkPolyhedra, 3> vtkPolyhedraNames_
static

Names of groups of cell types retain as polyhedra.

Definition at line 66 of file vtkTopo.H.


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