Handler for random PointCloud colors (i.e., R, G, B will be randomly chosen). More...
#include <pcl/visualization/point_cloud_color_handlers.h>


Public Types | |
| typedef boost::shared_ptr < PointCloudColorHandlerRandom < PointCloud > > | Ptr |
| typedef boost::shared_ptr < const PointCloudColorHandlerRandom < PointCloud > > | ConstPtr |
Public Member Functions | |
| PointCloudColorHandlerRandom (const PointCloudConstPtr &cloud) | |
| Constructor. | |
| virtual | ~PointCloudColorHandlerRandom () |
| Empty destructor. | |
| virtual std::string | getName () const |
| Get the name of the class. | |
| virtual std::string | getFieldName () const |
| Get the name of the field used. | |
| virtual bool | getColor (vtkSmartPointer< vtkDataArray > &scalars) const |
| Obtain the actual color for the input dataset as vtk scalars. | |
Handler for random PointCloud colors (i.e., R, G, B will be randomly chosen).
Definition at line 506 of file point_cloud_color_handlers.h.
| typedef boost::shared_ptr<const PointCloudColorHandlerRandom<PointCloud> > pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::ConstPtr |
Reimplemented from pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 >.
Definition at line 514 of file point_cloud_color_handlers.h.
| typedef boost::shared_ptr<PointCloudColorHandlerRandom<PointCloud> > pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::Ptr |
Reimplemented from pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 >.
Definition at line 513 of file point_cloud_color_handlers.h.
| pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::PointCloudColorHandlerRandom | ( | const PointCloudConstPtr & | cloud | ) | [inline] |
Constructor.
Definition at line 517 of file point_cloud_color_handlers.h.
| virtual pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::~PointCloudColorHandlerRandom | ( | ) | [inline, virtual] |
Empty destructor.
Definition at line 524 of file point_cloud_color_handlers.h.
| virtual bool pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::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< pcl::PCLPointCloud2 >.
| virtual std::string pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::getFieldName | ( | ) | const [inline, virtual] |
Get the name of the field used.
Implements pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 >.
Definition at line 532 of file point_cloud_color_handlers.h.
| virtual std::string pcl::visualization::PointCloudColorHandlerRandom< pcl::PCLPointCloud2 >::getName | ( | ) | const [inline, virtual] |
Get the name of the class.
Implements pcl::visualization::PointCloudColorHandler< pcl::PCLPointCloud2 >.
Definition at line 528 of file point_cloud_color_handlers.h.