#include <submeshdata.hpp>
data structure storing sub mesh data
Public Types | |
Typedefs | |
typedef const MeshBase | mesh_type |
typedef boost::shared_ptr < mesh_type > | mesh_ptrtype |
typedef boost::bimap < size_type, size_type > | bm_type |
Public Member Functions | |
Constructors, destructor | |
template<typename MeshType > | |
SubMeshData (boost::shared_ptr< MeshType > m) | |
~SubMeshData () | |
Public Attributes | |
bm_type | bm |
mesh_ptrtype | mesh |