$search

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 563 of file point_cloud_handlers.h.


Member Typedef Documentation


Constructor & Destructor Documentation

Constructor.

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


Member Data Documentation

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

Definition at line 598 of file point_cloud_handlers.h.

A pointer to the input dataset.

Definition at line 595 of file point_cloud_handlers.h.

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

Definition at line 601 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 Properties Friends Defines


pcl_visualization
Author(s): Radu Bogdan Rusu, Bastian Steder, Ethan Rublee
autogenerated on Fri Mar 1 16:30:00 2013