$search
Custom handler class for PointCloud geometry. More...
#include <point_cloud_handlers.h>
Public Types | |
typedef boost::shared_ptr < const PointCloudGeometryHandlerCustom < PointT > > | ConstPtr |
typedef PointCloudGeometryHandler < PointT >::PointCloud | PointCloud |
typedef PointCloud::ConstPtr | PointCloudConstPtr |
typedef PointCloud::Ptr | PointCloudPtr |
typedef boost::shared_ptr < PointCloudGeometryHandlerCustom < 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. | |
PointCloudGeometryHandlerCustom (const PointCloud &cloud, const std::string &x_field_name, const std::string &y_field_name, const std::string &z_field_name) | |
Constructor. | |
Private Attributes | |
std::string | field_name_ |
Name of the field used to create the geometry handler. |
Custom handler class for PointCloud geometry.
Definition at line 191 of file point_cloud_handlers.h.
typedef boost::shared_ptr<const PointCloudGeometryHandlerCustom<PointT> > pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::ConstPtr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 199 of file point_cloud_handlers.h.
typedef PointCloudGeometryHandler<PointT>::PointCloud pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::PointCloud |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 194 of file point_cloud_handlers.h.
typedef PointCloud::ConstPtr pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::PointCloudConstPtr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 196 of file point_cloud_handlers.h.
typedef PointCloud::Ptr pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::PointCloudPtr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 195 of file point_cloud_handlers.h.
typedef boost::shared_ptr<PointCloudGeometryHandlerCustom<PointT> > pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::Ptr |
Reimplemented from pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 198 of file point_cloud_handlers.h.
pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::PointCloudGeometryHandlerCustom | ( | const PointCloud & | cloud, | |
const std::string & | x_field_name, | |||
const std::string & | y_field_name, | |||
const std::string & | z_field_name | |||
) |
Constructor.
virtual std::string pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::getFieldName | ( | ) | const [inline, virtual] |
Get the name of the field used.
Implements pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 208 of file point_cloud_handlers.h.
void pcl_visualization::PointCloudGeometryHandlerCustom< 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 407 of file point_cloud_handlers.hpp.
virtual std::string pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::getName | ( | void | ) | const [inline, virtual] |
Class getName method.
Implements pcl_visualization::PointCloudGeometryHandler< PointT >.
Definition at line 205 of file point_cloud_handlers.h.
std::string pcl_visualization::PointCloudGeometryHandlerCustom< PointT >::field_name_ [private] |
Name of the field used to create the geometry handler.
Definition at line 225 of file point_cloud_handlers.h.