|
MEPP2 Project
|
Functions to retrieve the name of the datastructure according to the mesh type. More...
#include <SimpleViewer.h>

Public Types | |
| typedef std::pair< void *, std::string > | VoidMeshPtr |
Public Member Functions | |
| void | push_back (VoidMeshPtr &ptr) |
| template<typename MeshT > | |
| void | push_back (MeshT *m) |
| std::size_t | size (void) |
| VoidMeshPtr & | operator[] (std::size_t pos) |
Protected Attributes | |
| std::vector< VoidMeshPtr > | storage |
Functions to retrieve the name of the datastructure according to the mesh type.
A container to store pointers over meshes of mixed types.
Definition at line 137 of file SimpleViewer.h.
| typedef std::pair<void*, std::string> FEVV::MixedMeshesVector::VoidMeshPtr |
Definition at line 140 of file SimpleViewer.h.
|
inline |
Definition at line 163 of file SimpleViewer.h.
|
inline |
Definition at line 148 of file SimpleViewer.h.
|
inline |
|
inline |
|
protected |
Definition at line 169 of file SimpleViewer.h.