Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions | Protected Attributes
pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 > Class Template Reference

Base handler class for PointCloud geometry. More...

#include <pcl/visualization/point_cloud_geometry_handlers.h>

+ Inheritance diagram for pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >:

List of all members.

Public Types

typedef pcl::PCLPointCloud2 PointCloud
typedef PointCloud::Ptr PointCloudPtr
typedef PointCloud::ConstPtr PointCloudConstPtr
typedef boost::shared_ptr
< PointCloudGeometryHandler
< PointCloud > > 
Ptr
typedef boost::shared_ptr
< const
PointCloudGeometryHandler
< PointCloud > > 
ConstPtr

Public Member Functions

 PointCloudGeometryHandler (const PointCloudConstPtr &cloud, const Eigen::Vector4f &=Eigen::Vector4f::Zero())
 Constructor.
virtual ~PointCloudGeometryHandler ()
 Destructor.
virtual std::string getName () const =0
 Abstract getName method.
virtual std::string getFieldName () const =0
 Abstract getFieldName method.
bool isCapable () const
 Check if this handler is capable of handling the input data or not.
virtual void getGeometry (vtkSmartPointer< vtkPoints > &points) const
 Obtain the actual point geometry for the input dataset in VTK format.
void setInputCloud (const PointCloudConstPtr &cloud)
 Set the input cloud to be used.

Protected Attributes

PointCloudConstPtr cloud_
 A pointer to the input dataset.
bool capable_
 True if this handler is capable of handling the input data, false otherwise.
int field_x_idx_
 The index of the field holding the X data.
int field_y_idx_
 The index of the field holding the Y data.
int field_z_idx_
 The index of the field holding the Z data.
std::vector< pcl::PCLPointFieldfields_
 The list of fields available for this PointCloud.

Detailed Description

template<>
class pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >

Base handler class for PointCloud geometry.

Author:
Radu B. Rusu

Definition at line 322 of file point_cloud_geometry_handlers.h.


Member Typedef Documentation


Constructor & Destructor Documentation

pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >::PointCloudGeometryHandler ( const PointCloudConstPtr cloud,
const Eigen::Vector4f &  = Eigen::Vector4f::Zero () 
) [inline]

Constructor.

Definition at line 333 of file point_cloud_geometry_handlers.h.

Destructor.

Definition at line 344 of file point_cloud_geometry_handlers.h.


Member Function Documentation

virtual std::string pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >::getFieldName ( ) const [pure virtual]
virtual void pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >::getGeometry ( vtkSmartPointer< vtkPoints > &  points) const [virtual]

Obtain the actual point geometry for the input dataset in VTK format.

Parameters:
[out]pointsthe resultant geometry
virtual std::string pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >::getName ( ) const [pure virtual]

Check if this handler is capable of handling the input data or not.

Definition at line 356 of file point_cloud_geometry_handlers.h.

Set the input cloud to be used.

Parameters:
[in]cloudthe input cloud to be used by the handler

Definition at line 368 of file point_cloud_geometry_handlers.h.


Member Data Documentation

True if this handler is capable of handling the input data, false otherwise.

Definition at line 380 of file point_cloud_geometry_handlers.h.

A pointer to the input dataset.

Definition at line 375 of file point_cloud_geometry_handlers.h.

The index of the field holding the X data.

Definition at line 383 of file point_cloud_geometry_handlers.h.

The index of the field holding the Y data.

Definition at line 386 of file point_cloud_geometry_handlers.h.

The index of the field holding the Z data.

Definition at line 389 of file point_cloud_geometry_handlers.h.

The list of fields available for this PointCloud.

Definition at line 392 of file point_cloud_geometry_handlers.h.


The documentation for this class was generated from the following file: