|
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 < PointCloud > > | Ptr |
| typedef boost::shared_ptr < const PointCloudColorHandlerRGBField < PointCloud > > | ConstPtr |
Public Member Functions | |
| PointCloudColorHandlerRGBField (const PointCloudConstPtr &cloud) | |
| Constructor. | |
| virtual void | getColor (vtkSmartPointer< vtkDataArray > &scalars) const |
| Obtain the actual color for the input dataset as vtk scalars. | |
| bool | isCapable () const |
| Return whether this handler is capable of handling the input data or not. | |
RGB handler class for colors.
Uses the data present in the "rgb" or "rgba" fields as the color at each point.
Definition at line 848 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<const PointCloudColorHandlerRGBField<PointCloud> > pcl::visualization::PointCloudColorHandlerRGBField< sensor_msgs::PointCloud2 >::ConstPtr |
Reimplemented from pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >.
Definition at line 856 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<PointCloudColorHandlerRGBField<PointCloud> > pcl::visualization::PointCloudColorHandlerRGBField< sensor_msgs::PointCloud2 >::Ptr |
Reimplemented from pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >.
Definition at line 855 of file point_cloud_handlers.h.
| pcl::visualization::PointCloudColorHandlerRGBField< sensor_msgs::PointCloud2 >::PointCloudColorHandlerRGBField | ( | const PointCloudConstPtr & | cloud | ) |
Constructor.
| virtual void pcl::visualization::PointCloudColorHandlerRGBField< sensor_msgs::PointCloud2 >::getColor | ( | vtkSmartPointer< vtkDataArray > & | scalars | ) | const [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< sensor_msgs::PointCloud2 >.
| bool pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >::isCapable | ( | ) | const [inline, inherited] |
Return whether this handler is capable of handling the input data or not.
Definition at line 735 of file point_cloud_handlers.h.
1.7.6.1