|
Traits struct to access the types associated with point_cloud_graph. More...
#include <VisionX/libraries/PointCloudGraph/point_cloud_graph.h>
Public Types | |
typedef Graph::point_cloud_const_ptr | point_cloud_const_ptr |
The type of a shared pointer to const PCL point cloud the graph can be viewed as. More... | |
typedef Graph::point_cloud_ptr | point_cloud_ptr |
The type of a shared pointer to PCL point cloud the graph can be viewed as. More... | |
typedef Graph::point_cloud_type | point_cloud_type |
The type of PCL point cloud the graph can be viewed as. More... | |
typedef Graph::point_type | point_type |
The type of PCL points bundled in vertices. More... | |
Traits struct to access the types associated with point_cloud_graph.
Definition at line 557 of file point_cloud_graph.h.
typedef Graph::point_cloud_const_ptr point_cloud_const_ptr |
The type of a shared pointer to const PCL point cloud the graph can be viewed as.
Definition at line 568 of file point_cloud_graph.h.
typedef Graph::point_cloud_ptr point_cloud_ptr |
The type of a shared pointer to PCL point cloud the graph can be viewed as.
Definition at line 565 of file point_cloud_graph.h.
typedef Graph::point_cloud_type point_cloud_type |
The type of PCL point cloud the graph can be viewed as.
Definition at line 562 of file point_cloud_graph.h.
typedef Graph::point_type point_type |
The type of PCL points bundled in vertices.
Definition at line 560 of file point_cloud_graph.h.