Public Member Functions | |
void | associate (ElemType libmesh_type, vtkIdType vtk_type) |
vtkIdType | find (ElemType libmesh_type) |
ElemType | find (vtkIdType vtk_type) |
Public Attributes | |
std::map< ElemType, vtkIdType > | writing_map |
std::map< vtkIdType, ElemType > | reading_map |
Helper object that holds a map from VTK to libMesh element types and vice-versa.
|
inline |
Definition at line 171 of file vtk_io.h.
References reading_map, and writing_map.
Referenced by libMesh::VTKIO::build_element_maps().
|
inline |
Definition at line 178 of file vtk_io.h.
References writing_map.
Referenced by libMesh::VTKIO::cells_to_vtk(), and libMesh::VTKIO::read().
|
inline |
Definition at line 189 of file vtk_io.h.
References reading_map.
std::map<vtkIdType, ElemType> libMesh::VTKIO::ElementMaps::reading_map |
Definition at line 200 of file vtk_io.h.
Referenced by associate(), and find().
std::map<ElemType, vtkIdType> libMesh::VTKIO::ElementMaps::writing_map |
Definition at line 199 of file vtk_io.h.
Referenced by associate(), libMesh::VTKIO::build_element_maps(), and find().