Public Types | Public Member Functions | Protected Attributes
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 PointCloudConstPtr &cloud)
 Constructor.
virtual ~PointCloudColorHandler ()
 Destructor.

Protected Attributes

bool capable_
 True if this handler is capable of handling the input data, false otherwise.
PointCloudConstPtr 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 715 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 boost::shared_ptr<PointCloudColorHandler<PointCloud> > pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::Ptr

Constructor & Destructor Documentation

pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::PointCloudColorHandler ( const PointCloudConstPtr cloud) [inline]

Constructor.

Definition at line 726 of file point_cloud_handlers.h.

virtual pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::~PointCloudColorHandler ( ) [inline, virtual]

Destructor.

Definition at line 731 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 735 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 758 of file point_cloud_handlers.h.

PointCloudConstPtr pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::cloud_ [protected]

A pointer to the input dataset.

Definition at line 753 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 761 of file point_cloud_handlers.h.


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


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:20:37