ViennaGrid - The Vienna Grid Library  2.1.0
Data Structures
viennagrid::io::detail Namespace Reference

Namespace for implementation details. Not intended to be used directly by a library user. More...

Data Structures

struct  ELEMENT_TAG_TO_VTK_TYPE
 Translates element tags to VTK type identifiers. More...
struct  ELEMENT_TAG_TO_VTK_TYPE< hexahedron_tag >
 Specialization for a hexahedron. More...
struct  ELEMENT_TAG_TO_VTK_TYPE< hypercube_tag< 1 > >
 Specialization for a line (one-dimensional hypercube) More...
struct  ELEMENT_TAG_TO_VTK_TYPE< quadrilateral_tag >
 Specialization for a quadrilateral. More...
struct  ELEMENT_TAG_TO_VTK_TYPE< simplex_tag< 1 > >
 Specialization for a line (one-dimensional simplex) More...
struct  ELEMENT_TAG_TO_VTK_TYPE< tetrahedron_tag >
 Specialization for a tetrahedron. More...
struct  ELEMENT_TAG_TO_VTK_TYPE< triangle_tag >
 Specialization for a triangle. More...
struct  lexical_cast_impl
struct  lexical_cast_impl< boolalpha_bool >
struct  viennagrid_to_vtk_orientations
 Tranformations of reference orientations from ViennaGrid to VTK. More...
struct  viennagrid_to_vtk_orientations< hexahedron_tag >
 Specialization for hexahedra: Switch vertices (2, 3) and (6, 7) More...
struct  viennagrid_to_vtk_orientations< quadrilateral_tag >
 Specialization for quadrilaterals: Switch vertices 2 and 3. More...
struct  vtk_to_viennagrid_orientations
 Tranformations of reference orientations from VTK to ViennaGrid. More...
struct  vtk_to_viennagrid_orientations< hexahedron_tag >
 Specialization for hexahedra: Switch vertices (2, 3) and (6, 7) More...
struct  vtk_to_viennagrid_orientations< quadrilateral_tag >
 Specialization for quadrilaterals: Switch vertices 2 and 3. More...

Detailed Description

Namespace for implementation details. Not intended to be used directly by a library user.