Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions
pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT > Class Template Reference

#include <pcl/features/ppfrgb.h>

+ Inheritance diagram for pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >:

List of all members.

Public Types

typedef boost::shared_ptr
< PPFRGBRegionEstimation
< PointInT, PointNT, PointOutT > > 
Ptr
typedef boost::shared_ptr
< const PPFRGBRegionEstimation
< PointInT, PointNT, PointOutT > > 
ConstPtr
typedef pcl::PointCloud
< PointOutT > 
PointCloudOut

Public Member Functions

 PPFRGBRegionEstimation ()

Detailed Description

template<typename PointInT, typename PointNT, typename PointOutT>
class pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >

Definition at line 73 of file ppfrgb.h.


Member Typedef Documentation

template<typename PointInT , typename PointNT , typename PointOutT >
typedef boost::shared_ptr<const PPFRGBRegionEstimation<PointInT, PointNT, PointOutT> > pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::ConstPtr

Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.

Definition at line 77 of file ppfrgb.h.

template<typename PointInT , typename PointNT , typename PointOutT >
typedef pcl::PointCloud<PointOutT> pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::PointCloudOut

Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.

Definition at line 86 of file ppfrgb.h.

template<typename PointInT , typename PointNT , typename PointOutT >
typedef boost::shared_ptr<PPFRGBRegionEstimation<PointInT, PointNT, PointOutT> > pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::Ptr

Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.

Definition at line 76 of file ppfrgb.h.


Constructor & Destructor Documentation

template<typename PointInT , typename PointNT , typename PointOutT >
pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::PPFRGBRegionEstimation ( )

Definition at line 114 of file ppfrgb.hpp.

References pcl::Feature< PointInT, PointOutT >::feature_name_.


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