Point Cloud Library (PCL)
1.3.1
|
#include <pcl/PointIndices.h>
Public Types | |
typedef boost::shared_ptr < ::pcl::PointIndices > | Ptr |
typedef boost::shared_ptr < ::pcl::PointIndices const > | ConstPtr |
Public Member Functions | |
PointIndices () | |
Public Attributes | |
::std_msgs::Header | header |
std::vector< int > | indices |
typedef boost::shared_ptr< ::pcl::PointIndices const> pcl::PointIndices::ConstPtr |
Definition at line 23 of file PointIndices.h.
typedef boost::shared_ptr< ::pcl::PointIndices> pcl::PointIndices::Ptr |
Definition at line 22 of file PointIndices.h.
pcl::PointIndices::PointIndices | ( | ) | [inline] |
Definition at line 14 of file PointIndices.h.
Definition at line 17 of file PointIndices.h.
std::vector<int> pcl::PointIndices::indices |
Definition at line 19 of file PointIndices.h.