|
|
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>
Inheritance diagram for point_cloud_property_map< Graph >: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 567 of file point_cloud_graph.h.
| typedef boost::lvalue_property_map_tag category |
Definition at line 581 of file point_cloud_graph.h.
| typedef point_cloud_graph_traits<Graph>::point_cloud_type::const_iterator const_iterator |
Definition at line 578 of file point_cloud_graph.h.
| typedef point_cloud_graph_traits<Graph>::point_cloud_type::iterator iterator |
Definition at line 576 of file point_cloud_graph.h.
Definition at line 575 of file point_cloud_graph.h.
Definition at line 579 of file point_cloud_graph.h.
| typedef point_cloud_graph_traits<Graph>::point_type value_type |
Definition at line 580 of file point_cloud_graph.h.
|
inline |
Definition at line 583 of file point_cloud_graph.h.
|
inline |
Definition at line 613 of file point_cloud_graph.h.
|
inline |
Definition at line 619 of file point_cloud_graph.h.
|
inline |
Definition at line 589 of file point_cloud_graph.h.
|
inline |
Definition at line 601 of file point_cloud_graph.h.
|
inline |
Definition at line 595 of file point_cloud_graph.h.
|
inline |
Definition at line 607 of file point_cloud_graph.h.