Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError Class Reference

#include <pcl/registration/ia_ransac.h>

Inheritance diagram for pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError:
Inheritance graph
[legend]
Collaboration diagram for pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~TruncatedError ()
 TruncatedError (float threshold)
virtual float operator() (float e) const

Detailed Description

template<typename PointSource, typename PointTarget, typename FeatureT>
class pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError

Definition at line 106 of file ia_ransac.h.


Constructor & Destructor Documentation

template<typename PointSource, typename PointTarget, typename FeatureT>
virtual pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::~TruncatedError ( ) [inline, virtual]

Definition at line 111 of file ia_ransac.h.

template<typename PointSource, typename PointTarget, typename FeatureT>
pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::TruncatedError ( float  threshold) [inline]

Definition at line 113 of file ia_ransac.h.


Member Function Documentation

template<typename PointSource, typename PointTarget, typename FeatureT>
virtual float pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::operator() ( float  e) const [inline, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines