|
This class is to expose the point cloud stored in the point_cloud_graph as a vertex bundle property map. More...
#include <VisionX/libraries/PointCloudGraph/point_cloud_graph.h>
Public Types | |
typedef boost::lvalue_property_map_tag | category |
typedef point_cloud_graph_traits< Graph >::point_cloud_type::const_iterator | const_iterator |
typedef point_cloud_graph_traits< Graph >::point_cloud_type::iterator | iterator |
typedef boost::property_traits< boost::identity_property_map >::key_type | key_type |
typedef std::iterator_traits< iterator >::reference | reference |
typedef point_cloud_graph_traits< Graph >::point_type | value_type |
Public Member Functions | |
boost::identity_property_map & | get_index_map () |
const boost::identity_property_map & | get_index_map () const |
reference | operator[] (const key_type &v) const |
point_cloud_property_map (const Graph *g, boost::vertex_bundle_t) | |
iterator | storage_begin () |
const_iterator | storage_begin () const |
iterator | storage_end () |
const_iterator | storage_end () const |
This class is to expose the point cloud stored in the point_cloud_graph as a vertex bundle property map.
The code is based on boost::vector_property_map
. It might be the case that some of the member functions are not needed.
Definition at line 582 of file point_cloud_graph.h.
typedef boost::lvalue_property_map_tag category |
Definition at line 598 of file point_cloud_graph.h.
typedef point_cloud_graph_traits<Graph>::point_cloud_type::const_iterator const_iterator |
Definition at line 595 of file point_cloud_graph.h.
typedef point_cloud_graph_traits<Graph>::point_cloud_type::iterator iterator |
Definition at line 594 of file point_cloud_graph.h.
Definition at line 593 of file point_cloud_graph.h.
Definition at line 596 of file point_cloud_graph.h.
typedef point_cloud_graph_traits<Graph>::point_type value_type |
Definition at line 597 of file point_cloud_graph.h.
|
inline |
Definition at line 600 of file point_cloud_graph.h.
|
inline |
Definition at line 631 of file point_cloud_graph.h.
|
inline |
Definition at line 637 of file point_cloud_graph.h.
|
inline |
Definition at line 607 of file point_cloud_graph.h.
|
inline |
Definition at line 619 of file point_cloud_graph.h.
|
inline |
Definition at line 613 of file point_cloud_graph.h.
|
inline |
Definition at line 625 of file point_cloud_graph.h.