$search
XYZ handler class for PointCloud geometry. More...
#include <point_cloud_handlers.h>
Public Types | |
typedef boost::shared_ptr < const PointCloudGeometryHandlerXYZ < PointT > > | ConstPtr |
typedef PointCloudGeometryHandler < PointT >::PointCloud | PointCloud |
typedef PointCloud::ConstPtr | PointCloudConstPtr |
typedef PointCloud::Ptr | PointCloudPtr |
typedef boost::shared_ptr < PointCloudGeometryHandlerXYZ < PointT > > | Ptr |
Public Member Functions | |
virtual std::string | getFieldName () const |
Get the name of the field used. | |
virtual void | getGeometry (vtkSmartPointer< vtkPoints > &points) const |
Obtain the actual point geometry for the input dataset as a vtk pointset. | |
virtual std::string | getName () const |
Class getName method. | |
PointCloudGeometryHandlerXYZ (const PointCloud &cloud) | |
Constructor. |
XYZ handler class for PointCloud geometry.
Definition at line 117 of file point_cloud_handlers.h.
typedef boost::shared_ptr<const PointCloudGeometryHandlerXYZ<PointT> > pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::ConstPtr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 125 of file point_cloud_handlers.h.
typedef PointCloudGeometryHandler<PointT>::PointCloud pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::PointCloud |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 120 of file point_cloud_handlers.h.
typedef PointCloud::ConstPtr pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::PointCloudConstPtr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 122 of file point_cloud_handlers.h.
typedef PointCloud::Ptr pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::PointCloudPtr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 121 of file point_cloud_handlers.h.
typedef boost::shared_ptr<PointCloudGeometryHandlerXYZ<PointT> > pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::Ptr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 124 of file point_cloud_handlers.h.
pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::PointCloudGeometryHandlerXYZ | ( | const PointCloud & | cloud | ) |
Constructor.
virtual std::string pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::getFieldName | ( | ) | const [inline, virtual] |
Get the name of the field used.
Implements pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 134 of file point_cloud_handlers.h.
void pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::getGeometry | ( | vtkSmartPointer< vtkPoints > & | points | ) | const [inline, virtual] |
Obtain the actual point geometry for the input dataset as a vtk pointset.
points | the resultant geometry |
Implements pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 289 of file point_cloud_handlers.hpp.
virtual std::string pcl_visualization::PointCloudGeometryHandlerXYZ< PointT >::getName | ( | void | ) | const [inline, virtual] |
Class getName method.
Implements pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 131 of file point_cloud_handlers.h.