pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 > Class Template Reference

Base Handler class for PointCloud colors. More...

#include <point_cloud_handlers.h>

Inheritance diagram for pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< const PointCloudColorHandler
< PointCloud > > 
ConstPtr
typedef sensor_msgs::PointCloud2 PointCloud
typedef PointCloud::ConstPtr PointCloudConstPtr
typedef PointCloud::Ptr PointCloudPtr
typedef boost::shared_ptr
< PointCloudColorHandler
< PointCloud > > 
Ptr

Public Member Functions

virtual void getColor (vtkSmartPointer< vtkDataArray > &scalars) const =0
 Obtain the actual color for the input dataset as vtk scalars.
virtual std::string getFieldName () const =0
 Abstract getFieldName method.
virtual std::string getName () const =0
 Abstract getName method.
bool isCapable () const
 Return whether this handler is capable of handling the input data or not.
 PointCloudColorHandler (const PointCloud &cloud)
 Constructor.

Protected Attributes

bool capable_
 True if this handler is capable of handling the input data, false otherwise.
PointCloudPtr cloud_
 A pointer to the input dataset.
int field_idx_
 The index of the field holding the data that represents the color.

Detailed Description

template<>
class pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >

Base Handler class for PointCloud colors.

Definition at line 561 of file point_cloud_handlers.h.


Member Typedef Documentation

typedef boost::shared_ptr<const PointCloudColorHandler<PointCloud> > pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::ConstPtr
typedef sensor_msgs::PointCloud2 pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::PointCloud
typedef PointCloud::ConstPtr pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::PointCloudConstPtr
typedef PointCloud::Ptr pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::PointCloudPtr
typedef boost::shared_ptr<PointCloudColorHandler<PointCloud> > pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::Ptr

Constructor & Destructor Documentation

pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::PointCloudColorHandler ( const PointCloud cloud  )  [inline]

Constructor.

Definition at line 572 of file point_cloud_handlers.h.


Member Function Documentation

virtual void pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::getColor ( vtkSmartPointer< vtkDataArray > &  scalars  )  const [pure virtual]
virtual std::string pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::getFieldName (  )  const [pure virtual]
virtual std::string pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::getName (  )  const [pure virtual]
bool pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::isCapable (  )  const [inline]

Return whether this handler is capable of handling the input data or not.

Definition at line 578 of file point_cloud_handlers.h.


Member Data Documentation

bool pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::capable_ [protected]

True if this handler is capable of handling the input data, false otherwise.

Definition at line 596 of file point_cloud_handlers.h.

PointCloudPtr pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::cloud_ [protected]

A pointer to the input dataset.

Definition at line 593 of file point_cloud_handlers.h.

int pcl_visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::field_idx_ [protected]

The index of the field holding the data that represents the color.

Definition at line 599 of file point_cloud_handlers.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pcl_visualization
Author(s): Radu Bogdan Rusu, Bastian Steder, Ethan Rublee
autogenerated on Fri Jan 11 09:59:19 2013