MEPP2 Project
Classes | Functions
boost Namespace Reference

Classes

struct  edge_property_type< const FEVV::DataStructures::AIF::AIFMesh >
 
struct  edge_property_type< FEVV::DataStructures::AIF::AIFMesh >
 
struct  graph_traits< const FEVV::CGALPointSet >
 
struct  graph_traits< const FEVV::DataStructures::AIF::AIFMesh >
 
struct  graph_traits< const FEVV::PCLPointCloud >
 
struct  graph_traits< FEVV::CGALPointSet >
 
struct  graph_traits< FEVV::DataStructures::AIF::AIFMesh >
 
struct  graph_traits< FEVV::PCLPointCloud >
 
struct  property_map< FEVV::DataStructures::AIF::AIFMesh, boost::edge_index_t >
 
struct  property_map< FEVV::DataStructures::AIF::AIFMesh, boost::face_index_t >
 
struct  property_map< FEVV::DataStructures::AIF::AIFMesh, boost::halfedge_index_t >
 
struct  property_map< FEVV::DataStructures::AIF::AIFMesh, boost::vertex_index_t >
 
struct  property_map< FEVV::DataStructures::AIF::AIFMesh, boost::vertex_point_t >
 
struct  property_traits< FEVV::CGALPointSet >
 
struct  property_traits< FEVV::PCLPointCloudPointMap >
 
struct  vertex_property_type< const FEVV::DataStructures::AIF::AIFMesh >
 
struct  vertex_property_type< FEVV::DataStructures::AIF::AIFMesh >
 
struct  vertex_property_type< FEVV::PCLPointCloud >
 

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

Function Documentation

◆ get() [1/5]

boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::edge_index_t >::const_type boost::get ( const boost::edge_index_t &  ,
const FEVV::DataStructures::AIF::AIFMesh  
)
inline

Returns the edge index property map of the mesh.

Definition at line 158 of file Graph_properties_aif.h.

◆ get() [2/5]

boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::face_index_t >::const_type boost::get ( const boost::face_index_t &  ,
const FEVV::DataStructures::AIF::AIFMesh  
)
inline

Returns the face index property map of the mesh.

Definition at line 145 of file Graph_properties_aif.h.

◆ get() [3/5]

boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::vertex_index_t >::const_type boost::get ( const boost::vertex_index_t &  ,
const FEVV::DataStructures::AIF::AIFMesh  
)
inline

Returns the vertex index property map of the mesh.

Definition at line 108 of file Graph_properties_aif.h.

Here is the caller graph for this function:

◆ get() [4/5]

const FEVV::DataStructures::AIF::PropertyMap< Point >& boost::get ( const boost::vertex_point_t  ,
const FEVV::DataStructures::AIF::AIFMesh m 
)
inline

Returns the points property map (aka the geometry) of the mesh. Const version.

Definition at line 130 of file Graph_properties_aif.h.

◆ get() [5/5]

FEVV::DataStructures::AIF::PropertyMap< Point >& boost::get ( const boost::vertex_point_t  ,
FEVV::DataStructures::AIF::AIFMesh m 
)
inline

Returns the points property map (aka the geometry) of the mesh.

Definition at line 118 of file Graph_properties_aif.h.

Here is the call graph for this function: