Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::PointIndices Struct Reference

#include <pcl/PointIndices.h>

Collaboration diagram for pcl::PointIndices:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 12 of file PointIndices.h.

Member Typedef Documentation

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.

Constructor & Destructor Documentation

pcl::PointIndices::PointIndices ( )
inline

Definition at line 14 of file PointIndices.h.

Member Data Documentation

::std_msgs::Header pcl::PointIndices::header

Definition at line 17 of file PointIndices.h.

std::vector<int> pcl::PointIndices::indices

Definition at line 19 of file PointIndices.h.


The documentation for this struct was generated from the following file: