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

Public Types | |
| typedef boost::shared_ptr < const PointCloudColorHandlerRandom < PointT > > | ConstPtr |
| typedef boost::shared_ptr < PointCloudColorHandlerRandom < PointT > > | Ptr |
Public Member Functions | |
| virtual bool | getColor (vtkSmartPointer< vtkDataArray > &scalars) const |
| Obtain the actual color for the input dataset as vtk scalars. | |
| virtual std::string | getFieldName () const |
| Get the name of the field used. | |
| virtual std::string | getName () const |
| Abstract getName method. | |
| PointCloudColorHandlerRandom () | |
| Constructor. | |
| PointCloudColorHandlerRandom (const PointCloudConstPtr &cloud) | |
| Constructor. | |
Private Types | |
| typedef PointCloudColorHandler < PointT >::PointCloud | PointCloud |
| typedef PointCloud::ConstPtr | PointCloudConstPtr |
| typedef PointCloud::Ptr | PointCloudPtr |
Handler for random PointCloud colors (i.e., R, G, B will be randomly chosen)
Definition at line 138 of file point_cloud_color_handlers.h.
| typedef boost::shared_ptr<const PointCloudColorHandlerRandom<PointT> > pcl::visualization::PointCloudColorHandlerRandom< PointT >::ConstPtr |
Reimplemented from pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 146 of file point_cloud_color_handlers.h.
typedef PointCloudColorHandler<PointT>::PointCloud pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloud [private] |
Reimplemented from pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 140 of file point_cloud_color_handlers.h.
typedef PointCloud::ConstPtr pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloudConstPtr [private] |
Reimplemented from pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 142 of file point_cloud_color_handlers.h.
typedef PointCloud::Ptr pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloudPtr [private] |
Reimplemented from pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 141 of file point_cloud_color_handlers.h.
| typedef boost::shared_ptr<PointCloudColorHandlerRandom<PointT> > pcl::visualization::PointCloudColorHandlerRandom< PointT >::Ptr |
Reimplemented from pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 145 of file point_cloud_color_handlers.h.
| pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloudColorHandlerRandom | ( | ) | [inline] |
Constructor.
Definition at line 149 of file point_cloud_color_handlers.h.
| pcl::visualization::PointCloudColorHandlerRandom< PointT >::PointCloudColorHandlerRandom | ( | const PointCloudConstPtr & | cloud | ) | [inline] |
Constructor.
Definition at line 156 of file point_cloud_color_handlers.h.
| bool pcl::visualization::PointCloudColorHandlerRandom< PointT >::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< PointT >.
Definition at line 73 of file point_cloud_color_handlers.hpp.
| virtual std::string pcl::visualization::PointCloudColorHandlerRandom< PointT >::getFieldName | ( | ) | const [inline, virtual] |
Get the name of the field used.
Implements pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 168 of file point_cloud_color_handlers.h.
| virtual std::string pcl::visualization::PointCloudColorHandlerRandom< PointT >::getName | ( | ) | const [inline, virtual] |
Abstract getName method.
Implements pcl::visualization::PointCloudColorHandler< PointT >.
Definition at line 164 of file point_cloud_color_handlers.h.