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

Protected Attributes

float threshold_

Detailed Description

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

Definition at line 111 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 116 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 118 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]

Member Data Documentation

template<typename PointSource, typename PointTarget, typename FeatureT>
float pcl::SampleConsensusInitialAlignment< PointSource, PointTarget, FeatureT >::TruncatedError::threshold_ [protected]

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