dune-vtk  0.2
Public Member Functions | List of all members
Dune::Vtk::CellType Class Reference

Mapping of Dune geometry types to VTK cell types. More...

#include <dune/vtk/types.hh>

Public Member Functions

 CellType (GeometryType const &t, CellParametrization=LINEAR)
 
std::uint8_t type () const
 Return VTK Cell type. More...
 
int permutation (int idx) const
 Return a permutation of Dune elemenr vertices to conform to VTK element numbering. More...
 
bool noPermutation () const
 

Detailed Description

Mapping of Dune geometry types to VTK cell types.

Constructor & Destructor Documentation

◆ CellType()

Dune::Vtk::CellType::CellType ( GeometryType const &  t,
CellParametrization  parametrization = LINEAR 
)

Member Function Documentation

◆ noPermutation()

bool Dune::Vtk::CellType::noPermutation ( ) const
inline

◆ permutation()

int Dune::Vtk::CellType::permutation ( int  idx) const
inline

Return a permutation of Dune elemenr vertices to conform to VTK element numbering.

◆ type()

std::uint8_t Dune::Vtk::CellType::type ( ) const
inline

Return VTK Cell type.


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