|
Point Cloud Library (PCL)
1.6.0
|
Base Handler class for PointCloud colors. More...
#include <pcl/visualization/point_cloud_handlers.h>

Public Types | |
| typedef pcl::PointCloud< PointT > | PointCloud |
| typedef PointCloud::Ptr | PointCloudPtr |
| typedef PointCloud::ConstPtr | PointCloudConstPtr |
| typedef boost::shared_ptr < PointCloudColorHandler < PointT > > | Ptr |
| typedef boost::shared_ptr < const PointCloudColorHandler < PointT > > | ConstPtr |
Public Member Functions | |
| 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 void | getColor (vtkSmartPointer< vtkDataArray > &scalars) const =0 |
| Obtain the actual color for the input dataset as vtk scalars. More... | |
Base Handler class for PointCloud colors.
Definition at line 424 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<const PointCloudColorHandler<PointT> > pcl::visualization::PointCloudColorHandler< PointT >::ConstPtr |
Definition at line 432 of file point_cloud_handlers.h.
| typedef pcl::PointCloud<PointT> pcl::visualization::PointCloudColorHandler< PointT >::PointCloud |
Definition at line 427 of file point_cloud_handlers.h.
| typedef PointCloud::ConstPtr pcl::visualization::PointCloudColorHandler< PointT >::PointCloudConstPtr |
Definition at line 429 of file point_cloud_handlers.h.
| typedef PointCloud::Ptr pcl::visualization::PointCloudColorHandler< PointT >::PointCloudPtr |
Definition at line 428 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<PointCloudColorHandler<PointT> > pcl::visualization::PointCloudColorHandler< PointT >::Ptr |
Definition at line 431 of file point_cloud_handlers.h.
|
inline |
Constructor.
Definition at line 435 of file point_cloud_handlers.h.
|
inlinevirtual |
Destructor.
Definition at line 440 of file point_cloud_handlers.h.
|
pure virtual |
Obtain the actual color for the input dataset as vtk scalars.
| [out] | scalars | the output scalars containing the color for the dataset |
Implemented in pcl::visualization::PointCloudColorHandlerGenericField< PointT >, pcl::visualization::PointCloudColorHandlerHSVField< PointT >, pcl::visualization::PointCloudColorHandlerRGBField< PointT >, pcl::visualization::PointCloudColorHandlerCustom< PointT >, and pcl::visualization::PointCloudColorHandlerRandom< PointT >.
|
pure virtual |
Abstract getFieldName method.
Implemented in pcl::visualization::PointCloudColorHandlerGenericField< PointT >, pcl::visualization::PointCloudColorHandlerHSVField< PointT >, pcl::visualization::PointCloudColorHandlerRGBField< PointT >, pcl::visualization::PointCloudColorHandlerCustom< PointT >, and pcl::visualization::PointCloudColorHandlerRandom< PointT >.
|
pure virtual |
Abstract getName method.
Implemented in pcl::visualization::PointCloudColorHandlerCustom< PointT >, and pcl::visualization::PointCloudColorHandlerRandom< PointT >.
|
inline |
Check if this handler is capable of handling the input data or not.
Definition at line 444 of file point_cloud_handlers.h.
1.8.4