Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
pcl::visualization::PointCloudColorHandler< PointT > Class Template Referenceabstract

Base Handler class for PointCloud colors. More...

#include <pcl/visualization/point_cloud_color_handlers.h>

Inheritance diagram for pcl::visualization::PointCloudColorHandler< PointT >:

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

Protected Attributes

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

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

◆ PointCloudConstPtr

template<typename PointT>
using pcl::visualization::PointCloudColorHandler< PointT >::PointCloudConstPtr = typename PointCloud::ConstPtr

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]

◆ 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 ( )
virtualdefault

Destructor.

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.

◆ setInputCloud()

Member Data Documentation

◆ capable_

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

Referenced by pcl::visualization::PointCloudColorHandlerCustom< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerGenericField< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerHSVField< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerLabelField< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerRandom< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerRGBAField< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerRGBField< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerRGBHack< PointT >::getColor(), pcl::visualization::PointCloudColorHandlerCustom< PointT >::PointCloudColorHandlerCustom(), pcl::visualization::PointCloudColorHandlerCustom< PointT >::PointCloudColorHandlerCustom(), pcl::visualization::PointCloudColorHandlerCustom< pcl::PCLPointCloud2 >::PointCloudColorHandlerCustom(), pcl::visualization::PointCloudColorHandlerGenericField< PointT >::PointCloudColorHandlerGenericField(), pcl::visualization::PointCloudColorHandlerHSVField< PointT >::PointCloudColorHandlerHSVField(), pcl::visualization::PointCloudColorHandlerLabelField< PointT >::PointCloudColorHandlerLabelField(), pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloudColorHandlerRandom(), pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloudColorHandlerRandom(), pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::PointCloudColorHandlerRandom(), pcl::visualization::PointCloudColorHandlerRGBAField< PointT >::PointCloudColorHandlerRGBAField(), pcl::visualization::PointCloudColorHandlerRGBField< PointT >::PointCloudColorHandlerRGBField(), pcl::visualization::PointCloudColorHandlerRGBHack< PointT >::PointCloudColorHandlerRGBHack(), pcl::visualization::PointCloudColorHandlerGenericField< PointT >::setInputCloud(), pcl::visualization::PointCloudColorHandlerGenericField< pcl::PCLPointCloud2 >::setInputCloud(), pcl::visualization::PointCloudColorHandlerLabelField< PointT >::setInputCloud(), pcl::visualization::PointCloudColorHandlerRGBAField< PointT >::setInputCloud(), and pcl::visualization::PointCloudColorHandlerRGBField< PointT >::setInputCloud().

◆ cloud_

◆ field_idx_

◆ fields_


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