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

Public Types | |
| typedef pcl::PointCloud< PointT > | PointCloud |
| typedef PointCloud::Ptr | PointCloudPtr |
| typedef PointCloud::ConstPtr | PointCloudConstPtr |
| typedef boost::shared_ptr < PointCloudGeometryHandler < PointT > > | Ptr |
| typedef boost::shared_ptr < const PointCloudGeometryHandler < PointT > > | ConstPtr |
Public Member Functions | |
| PointCloudGeometryHandler (const PointCloudConstPtr &cloud) | |
| Constructor. More... | |
| virtual | ~PointCloudGeometryHandler () |
| Destructor. More... | |
| virtual std::string | getName () const =0 |
| Abstract getName method. More... | |
| virtual std::string | getFieldName () const =0 |
| Abstract getFieldName method. More... | |
| bool | isCapable () const |
| Checl if this handler is capable of handling the input data or not. More... | |
| virtual void | getGeometry (vtkSmartPointer< vtkPoints > &points) const =0 |
| Obtain the actual point geometry for the input dataset in VTK format. More... | |
Base handler class for PointCloud geometry.
Definition at line 58 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<const PointCloudGeometryHandler<PointT> > pcl::visualization::PointCloudGeometryHandler< PointT >::ConstPtr |
Definition at line 66 of file point_cloud_handlers.h.
| typedef pcl::PointCloud<PointT> pcl::visualization::PointCloudGeometryHandler< PointT >::PointCloud |
Definition at line 61 of file point_cloud_handlers.h.
| typedef PointCloud::ConstPtr pcl::visualization::PointCloudGeometryHandler< PointT >::PointCloudConstPtr |
Definition at line 63 of file point_cloud_handlers.h.
| typedef PointCloud::Ptr pcl::visualization::PointCloudGeometryHandler< PointT >::PointCloudPtr |
Definition at line 62 of file point_cloud_handlers.h.
| typedef boost::shared_ptr<PointCloudGeometryHandler<PointT> > pcl::visualization::PointCloudGeometryHandler< PointT >::Ptr |
Definition at line 65 of file point_cloud_handlers.h.
|
inline |
Constructor.
Definition at line 69 of file point_cloud_handlers.h.
|
inlinevirtual |
Destructor.
Definition at line 76 of file point_cloud_handlers.h.
|
pure virtual |
Abstract getFieldName method.
Implemented in pcl::visualization::PointCloudGeometryHandlerCustom< PointT >, pcl::visualization::PointCloudGeometryHandlerSurfaceNormal< PointT >, and pcl::visualization::PointCloudGeometryHandlerXYZ< PointT >.
|
pure virtual |
Obtain the actual point geometry for the input dataset in VTK format.
| [out] | points | the resultant geometry |
Implemented in pcl::visualization::PointCloudGeometryHandlerCustom< PointT >, pcl::visualization::PointCloudGeometryHandlerSurfaceNormal< PointT >, and pcl::visualization::PointCloudGeometryHandlerXYZ< PointT >.
|
pure virtual |
Abstract getName method.
Implemented in pcl::visualization::PointCloudGeometryHandlerCustom< PointT >, pcl::visualization::PointCloudGeometryHandlerSurfaceNormal< PointT >, and pcl::visualization::PointCloudGeometryHandlerXYZ< PointT >.
|
inline |
Checl if this handler is capable of handling the input data or not.
Definition at line 90 of file point_cloud_handlers.h.
1.8.4