MEPP2 Project
|
Functions | |
boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::vertex_index_t >::const_type | get (const boost::vertex_index_t &, const FEVV::DataStructures::AIF::AIFMesh &) |
Returns the vertex index property map of the mesh. More... | |
FEVV::DataStructures::AIF::PropertyMap< Point > & | get (const boost::vertex_point_t, FEVV::DataStructures::AIF::AIFMesh &m) |
Returns the points property map (aka the geometry) of the mesh. More... | |
const FEVV::DataStructures::AIF::PropertyMap< Point > & | get (const boost::vertex_point_t, const FEVV::DataStructures::AIF::AIFMesh &m) |
Returns the points property map (aka the geometry) of the mesh. Const version. More... | |
boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::face_index_t >::const_type | get (const boost::face_index_t &, const FEVV::DataStructures::AIF::AIFMesh &) |
Returns the face index property map of the mesh. More... | |
boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::edge_index_t >::const_type | get (const boost::edge_index_t &, const FEVV::DataStructures::AIF::AIFMesh &) |
Returns the edge index property map of the mesh. More... | |
|
inline |
Returns the edge index property map of the mesh.
Definition at line 158 of file Graph_properties_aif.h.
|
inline |
Returns the face index property map of the mesh.
Definition at line 145 of file Graph_properties_aif.h.
|
inline |
Returns the vertex index property map of the mesh.
Definition at line 108 of file Graph_properties_aif.h.
|
inline |
Returns the points property map (aka the geometry) of the mesh. Const version.
Definition at line 130 of file Graph_properties_aif.h.
|
inline |
Returns the points property map (aka the geometry) of the mesh.
Definition at line 118 of file Graph_properties_aif.h.