#include <vectorterm.hh>
Inheritance diagram for RVLAlg::NormThresholdTerminator< Scalar >:
Public Types | |
typedef ScalarFieldTraits< Scalar >::AbsType | NormRetType |
Public Member Functions | |
NormThresholdTerminator (const Vector< Scalar > &tx, NormRetType ttol) | |
virtual bool | query () |
Protected Attributes | |
const Vector< Scalar > & | x |
NormRetType | tol |
STOP:
Definition at line 145 of file vectorterm.hh.
typedef ScalarFieldTraits<Scalar>::AbsType RVLAlg::NormThresholdTerminator< Scalar >::NormRetType |
Definition at line 147 of file vectorterm.hh.
RVLAlg::NormThresholdTerminator< Scalar >::NormThresholdTerminator | ( | const Vector< Scalar > & | tx, | |
NormRetType | ttol | |||
) |
Definition at line 149 of file vectorterm.hh.
virtual bool RVLAlg::NormThresholdTerminator< Scalar >::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 151 of file vectorterm.hh.
References RVLAlg::NormThresholdTerminator< Scalar >::tol, and RVLAlg::NormThresholdTerminator< Scalar >::x.
const Vector<Scalar>& RVLAlg::NormThresholdTerminator< Scalar >::x [protected] |
Definition at line 156 of file vectorterm.hh.
Referenced by RVLAlg::NormThresholdTerminator< Scalar >::query().
NormRetType RVLAlg::NormThresholdTerminator< Scalar >::tol [protected] |
Definition at line 157 of file vectorterm.hh.
Referenced by RVLAlg::NormThresholdTerminator< Scalar >::query().