pcl::PointIndices Struct Reference

#include <pcl/PointIndices.h>

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

List of all members.

Public Types

typedef boost::shared_ptr
< ::pcl::PointIndices
Ptr
typedef boost::shared_ptr
< ::pcl::PointIndices const > 
ConstPtr

Public Member Functions

 PointIndices ()

Public Attributes

::pcl::PCLHeader 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::vector<int> pcl::PointIndices::indices

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends