| libMesh
    | 
Helper object that holds a map from VTK to libMesh element types and vice-versa. More...
| 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 189 of file vtk_io.h.
References reading_map, and writing_map.
Referenced by libMesh::VTKIO::build_element_maps().
| 
 | inline | 
Definition at line 196 of file vtk_io.h.
References writing_map.
| 
 | inline | 
Definition at line 202 of file vtk_io.h.
References reading_map.
| std::map<vtkIdType, ElemType> libMesh::VTKIO::ElementMaps::reading_map | 
Definition at line 208 of file vtk_io.h.
Referenced by associate(), and find().
| std::map<ElemType, vtkIdType> libMesh::VTKIO::ElementMaps::writing_map | 
Definition at line 207 of file vtk_io.h.
Referenced by associate(), libMesh::VTKIO::build_element_maps(), and find().
 1.8.14
 1.8.14