Public Types | Public Member Functions | Protected Attributes
pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 > Class Template Reference

Base Handler class for PointCloud colors. More...

#include <point_cloud_color_handlers.h>

Inheritance diagram for pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< const PointCloudColorHandler
< PointCloud > > 
ConstPtr
typedef pcl::PCLPointCloud2 PointCloud
typedef PointCloud::ConstPtr PointCloudConstPtr
typedef PointCloud::Ptr PointCloudPtr
typedef boost::shared_ptr
< PointCloudColorHandler
< PointCloud > > 
Ptr

Public Member Functions

virtual bool 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.
void setInputCloud (const PointCloudConstPtr &cloud)
 Set the input cloud to be used.
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< pcl::PCLPointCloud2 >

Base Handler class for PointCloud colors.

Author:
Radu B. Rusu

Definition at line 440 of file point_cloud_color_handlers.h.


Member Typedef Documentation


Constructor & Destructor Documentation

Constructor.

Definition at line 451 of file point_cloud_color_handlers.h.

Destructor.

Definition at line 456 of file point_cloud_color_handlers.h.


Member Function Documentation

virtual bool pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 >::getColor ( vtkSmartPointer< vtkDataArray > &  scalars) const [pure virtual]

Obtain the actual color for the input dataset as vtk scalars.

Parameters:
[out]scalarsthe output scalars containing the color for the dataset
Returns:
true if the operation was successful (the handler is capable and the input cloud was given as a valid pointer), false otherwise

Implemented in pcl::visualization::PointCloudColorHandlerGenericField< pcl::PCLPointCloud2 >, pcl::visualization::PointCloudColorHandlerHSVField< pcl::PCLPointCloud2 >, pcl::visualization::PointCloudColorHandlerRGBField< pcl::PCLPointCloud2 >, pcl::visualization::PointCloudColorHandlerCustom< pcl::PCLPointCloud2 >, and pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >.

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

Definition at line 460 of file point_cloud_color_handlers.h.

Set the input cloud to be used.

Parameters:
[in]cloudthe input cloud to be used by the handler

Definition at line 482 of file point_cloud_color_handlers.h.


Member Data Documentation

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

Definition at line 494 of file point_cloud_color_handlers.h.

A pointer to the input dataset.

Definition at line 489 of file point_cloud_color_handlers.h.

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

Definition at line 497 of file point_cloud_color_handlers.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:27