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


Public Types | |
| typedef boost::shared_ptr < PointCloudColorHandlerHSVField < PointCloud > > | Ptr |
| typedef boost::shared_ptr < const PointCloudColorHandlerHSVField < PointCloud > > | ConstPtr |
Public Member Functions | |
| PointCloudColorHandlerHSVField (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. | |
HSV handler class for colors.
Uses the data present in the "h", "s", "v" fields as the color at each point.
Definition at line 883 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<const PointCloudColorHandlerHSVField<PointCloud> > pcl::visualization::PointCloudColorHandlerHSVField< sensor_msgs::PointCloud2 >::ConstPtr |
Reimplemented from pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >.
Definition at line 891 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<PointCloudColorHandlerHSVField<PointCloud> > pcl::visualization::PointCloudColorHandlerHSVField< sensor_msgs::PointCloud2 >::Ptr |
Reimplemented from pcl::visualization::PointCloudColorHandler< sensor_msgs::PointCloud2 >.
Definition at line 890 of file point_cloud_handlers.h.
| pcl::visualization::PointCloudColorHandlerHSVField< sensor_msgs::PointCloud2 >::PointCloudColorHandlerHSVField | ( | const PointCloudConstPtr & | cloud | ) |
Constructor.
| virtual void pcl::visualization::PointCloudColorHandlerHSVField< 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