#include <PointIndices.h>
Public Types | |
typedef boost::shared_ptr < ::pcl::PointIndices const > | ConstPtr |
typedef boost::shared_ptr < ::pcl::PointIndices > | Ptr |
Public Member Functions | |
PointIndices () | |
Public Attributes | |
::pcl::PCLHeader | header |
std::vector< int > | indices |
Definition at line 12 of file PointIndices.h.
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.