$search

pcl_visualization::PointCloudColorHandler< PointT > Class Template Reference

Base Handler class for PointCloud colors. More...

#include <point_cloud_handlers.h>

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

List of all members.

Public Types

typedef boost::shared_ptr
< const PointCloudColorHandler
< PointT > > 
ConstPtr
typedef pcl::PointCloud< PointT > PointCloud
typedef PointCloud::ConstPtr PointCloudConstPtr
typedef PointCloud::Ptr PointCloudPtr
typedef boost::shared_ptr
< PointCloudColorHandler
< PointT > > 
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.
Ptr makeShared () const
 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.
std::vector
< sensor_msgs::PointField
fields_
 The list of fields available for this PointCloud. The PointCloud must be read from disk as PCD or converted from sensor_msgs/PointCloud2 for this to work!

Detailed Description

template<typename PointT>
class pcl_visualization::PointCloudColorHandler< PointT >

Base Handler class for PointCloud colors.

Definition at line 358 of file point_cloud_handlers.h.


Member Typedef Documentation

template<typename PointT>
typedef boost::shared_ptr<const PointCloudColorHandler<PointT> > pcl_visualization::PointCloudColorHandler< PointT >::ConstPtr
template<typename PointT>
typedef pcl::PointCloud<PointT> pcl_visualization::PointCloudColorHandler< PointT >::PointCloud
template<typename PointT>
typedef PointCloud::Ptr pcl_visualization::PointCloudColorHandler< PointT >::PointCloudPtr
template<typename PointT>
typedef boost::shared_ptr<PointCloudColorHandler<PointT> > pcl_visualization::PointCloudColorHandler< PointT >::Ptr

Constructor & Destructor Documentation

template<typename PointT>
pcl_visualization::PointCloudColorHandler< PointT >::PointCloudColorHandler ( const PointCloud cloud  )  [inline]

Constructor.

Definition at line 371 of file point_cloud_handlers.h.


Member Function Documentation

template<typename PointT>
virtual void pcl_visualization::PointCloudColorHandler< PointT >::getColor ( vtkSmartPointer< vtkDataArray > &  scalars  )  const [pure virtual]

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

Parameters:
scalars the resultant scalars containing the color for the input dataset

Implemented in pcl_visualization::PointCloudColorHandlerRandom< PointT >, pcl_visualization::PointCloudColorHandlerCustom< PointT >, pcl_visualization::PointCloudColorHandlerRGBField< PointT >, and pcl_visualization::PointCloudColorHandlerGenericField< PointT >.

template<typename PointT>
virtual std::string pcl_visualization::PointCloudColorHandler< PointT >::getFieldName (  )  const [pure virtual]
template<typename PointT>
virtual std::string pcl_visualization::PointCloudColorHandler< PointT >::getName (  )  const [pure virtual]
template<typename PointT>
bool pcl_visualization::PointCloudColorHandler< PointT >::isCapable (  )  const [inline]

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

Definition at line 378 of file point_cloud_handlers.h.

template<typename PointT>
Ptr pcl_visualization::PointCloudColorHandler< PointT >::makeShared (  )  const [inline]

Definition at line 368 of file point_cloud_handlers.h.


Member Data Documentation

template<typename PointT>
bool pcl_visualization::PointCloudColorHandler< PointT >::capable_ [protected]

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

Definition at line 399 of file point_cloud_handlers.h.

template<typename PointT>
PointCloudPtr pcl_visualization::PointCloudColorHandler< PointT >::cloud_ [protected]

A pointer to the input dataset.

Definition at line 396 of file point_cloud_handlers.h.

template<typename PointT>
int pcl_visualization::PointCloudColorHandler< PointT >::field_idx_ [protected]

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

Definition at line 402 of file point_cloud_handlers.h.

template<typename PointT>
std::vector<sensor_msgs::PointField> pcl_visualization::PointCloudColorHandler< PointT >::fields_ [protected]

The list of fields available for this PointCloud. The PointCloud must be read from disk as PCD or converted from sensor_msgs/PointCloud2 for this to work!

Definition at line 406 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