Public Types | Public Member Functions | Protected Attributes
pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 > Class Template Reference

Base handler class for PointCloud geometry. More...

#include <point_cloud_geometry_handlers.h>

Inheritance diagram for pcl::visualization::PointCloudGeometryHandler< pcl::PCLPointCloud2 >:
Inheritance graph
[legend]

List of all members.

Public Types

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

Public Member Functions

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

Protected Attributes

bool capable_
 True if this handler is capable of handling the input data, false otherwise.
PointCloudConstPtr cloud_
 A pointer to the input dataset.
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

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

Definition at line 502 of file point_cloud_handlers.cpp.

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 files:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:36