|
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...
|
|