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


Public Types | |
| typedef boost::shared_ptr < PointCloudColorHandlerRGBField < PointT > > | Ptr |
| typedef boost::shared_ptr < const PointCloudColorHandlerRGBField < PointT > > | ConstPtr |
Public Member Functions | |
| PointCloudColorHandlerRGBField (const PointCloudConstPtr &cloud) | |
| Constructor. More... | |
| virtual | ~PointCloudColorHandlerRGBField () |
| Destructor. More... | |
| virtual std::string | getFieldName () const |
| Get the name of the field used. More... | |
| virtual void | getColor (vtkSmartPointer< vtkDataArray > &scalars) const |
| Obtain the actual color for the input dataset as vtk scalars. More... | |
| bool | isCapable () const |
| Check if this handler is capable of handling the input data or not. More... | |
RGB handler class for colors.
Uses the data present in the "rgb" or "rgba" fields as the color at each point.
Definition at line 577 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<const PointCloudColorHandlerRGBField<PointT> > pcl::visualization::PointCloudColorHandlerRGBField< PointT >::ConstPtr |
Definition at line 585 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<PointCloudColorHandlerRGBField<PointT> > pcl::visualization::PointCloudColorHandlerRGBField< PointT >::Ptr |
Definition at line 584 of file point_cloud_handlers.h.
| pcl::visualization::PointCloudColorHandlerRGBField< PointT >::PointCloudColorHandlerRGBField | ( | const PointCloudConstPtr & | cloud) |
Constructor.
Definition at line 103 of file point_cloud_handlers.hpp.
|
inlinevirtual |
Destructor.
Definition at line 591 of file point_cloud_handlers.h.
|
virtual |
Obtain the actual color for the input dataset as vtk scalars.
| [out] | scalars | the output scalars containing the color for the dataset |
Implements pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 125 of file point_cloud_handlers.hpp.
|
inlinevirtual |
Get the name of the field used.
Implements pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 595 of file point_cloud_handlers.h.
|
inlineinherited |
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