point_cloud_library / 1.12.1 / classpcl_1_1visualization_1_1_point_cloud_color_handler.html /

Base Handler class for PointCloud colors. More...

#include <pcl/visualization/point_cloud_color_handlers.h>

Public Types

using PointCloud = pcl::PointCloud< PointT >
using PointCloudPtr = typename PointCloud::Ptr
using PointCloudConstPtr = typename PointCloud::ConstPtr
using Ptr = shared_ptr< PointCloudColorHandler< PointT > >
using ConstPtr = shared_ptr< const PointCloudColorHandler< PointT > >

Public Member Functions

PointCloudColorHandler ()
Constructor. More...
PointCloudColorHandler (const PointCloudConstPtr &cloud)
Constructor. More...
virtual ~PointCloudColorHandler ()
Destructor. More...
bool isCapable () const
Check if this handler is capable of handling the input data or not. More...
virtual std::string getName () const =0
Abstract getName method. More...
virtual std::string getFieldName () const =0
Abstract getFieldName method. More...
virtual vtkSmartPointer< vtkDataArray > getColor () const =0
Obtain the actual color for the input dataset as a VTK data array. More...
virtual void setInputCloud (const PointCloudConstPtr &cloud)
Set the input cloud to be used. More...

Protected Attributes

PointCloudConstPtr cloud_
A pointer to the input dataset. More...
bool capable_
True if this handler is capable of handling the input data, false otherwise. More...
int field_idx_
The index of the field holding the data that represents the color. More...
std::vector< pcl::PCLPointField > fields_
The list of fields available for this PointCloud. More...

Detailed Description

template<typename PointT>
class pcl::visualization::PointCloudColorHandler< PointT >

Base Handler class for PointCloud colors.

Author
Radu B. Rusu

Definition at line 65 of file point_cloud_color_handlers.h.

Member Typedef Documentation

ConstPtr

template<typename PointT >
using pcl::visualization::PointCloudColorHandler< PointT >::ConstPtr = shared_ptr<const PointCloudColorHandler<PointT> >

Definition at line 73 of file point_cloud_color_handlers.h.

PointCloud

Definition at line 68 of file point_cloud_color_handlers.h.

PointCloudConstPtr

Definition at line 70 of file point_cloud_color_handlers.h.

PointCloudPtr

template<typename PointT >
using pcl::visualization::PointCloudColorHandler< PointT >::PointCloudPtr = typename PointCloud::Ptr

Definition at line 69 of file point_cloud_color_handlers.h.

Ptr

template<typename PointT >
using pcl::visualization::PointCloudColorHandler< PointT >::Ptr = shared_ptr<PointCloudColorHandler<PointT> >

Definition at line 72 of file point_cloud_color_handlers.h.

Constructor & Destructor Documentation

PointCloudColorHandler() [1/2]

Constructor.

Definition at line 76 of file point_cloud_color_handlers.h.

PointCloudColorHandler() [2/2]

template<typename PointT >
pcl::visualization::PointCloudColorHandler< PointT >::PointCloudColorHandler ( const PointCloudConstPtr & cloud )
inline

Constructor.

Definition at line 81 of file point_cloud_color_handlers.h.

~PointCloudColorHandler()

template<typename PointT >
virtual pcl::visualization::PointCloudColorHandler< PointT >::~PointCloudColorHandler ( )
inlinevirtual

Destructor.

Definition at line 86 of file point_cloud_color_handlers.h.

Member Function Documentation

getColor()

template<typename PointT >
virtual vtkSmartPointer<vtkDataArray> pcl::visualization::PointCloudColorHandler< PointT >::getColor ( ) const
pure virtual

getFieldName()

getName()

isCapable()

template<typename PointT >
bool pcl::visualization::PointCloudColorHandler< PointT >::isCapable ( ) const
inline

Check if this handler is capable of handling the input data or not.

Definition at line 90 of file point_cloud_color_handlers.h.

References pcl::visualization::PointCloudColorHandler< PointT >::capable_.

setInputCloud()

Member Data Documentation

capable_

cloud_

field_idx_

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 126 of file point_cloud_color_handlers.h.

Referenced by pcl::visualization::PointCloudColorHandlerHSVField< PointT >::PointCloudColorHandlerHSVField().

fields_

template<typename PointT >
std::vector<pcl::PCLPointField> pcl::visualization::PointCloudColorHandler< PointT >::fields_
protected

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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1visualization_1_1_point_cloud_color_handler.html