#include <vectorterm.hh>
Inheritance diagram for RVLAlg::Diff2ThresholdTerminator< Scalar >:
Public Types | |
typedef ScalarFieldTraits< Scalar >::AbsType | NormRetType |
Public Member Functions | |
Diff2ThresholdTerminator (Vector< Scalar > &tx, Vector< Scalar > &ty, NormRetType ttol) | |
virtual bool | query () |
Protected Attributes | |
Vector< Scalar > & | x |
Vector< Scalar > & | y |
NormRetType | tol |
STOP:
note: this is slightly cheaper than finding
Definition at line 224 of file vectorterm.hh.
typedef ScalarFieldTraits<Scalar>::AbsType RVLAlg::Diff2ThresholdTerminator< Scalar >::NormRetType |
Definition at line 226 of file vectorterm.hh.
RVLAlg::Diff2ThresholdTerminator< Scalar >::Diff2ThresholdTerminator | ( | Vector< Scalar > & | tx, | |
Vector< Scalar > & | ty, | |||
NormRetType | ttol | |||
) |
Definition at line 228 of file vectorterm.hh.
References RVLAlg::Diff2ThresholdTerminator< Scalar >::x, and RVLAlg::Diff2ThresholdTerminator< Scalar >::y.
virtual bool RVLAlg::Diff2ThresholdTerminator< Scalar >::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 236 of file vectorterm.hh.
References RVLAlg::Diff2ThresholdTerminator< Scalar >::tol, RVLAlg::Diff2ThresholdTerminator< Scalar >::x, and RVLAlg::Diff2ThresholdTerminator< Scalar >::y.
Vector<Scalar>& RVLAlg::Diff2ThresholdTerminator< Scalar >::x [protected] |
Definition at line 243 of file vectorterm.hh.
Referenced by RVLAlg::Diff2ThresholdTerminator< Scalar >::Diff2ThresholdTerminator(), and RVLAlg::Diff2ThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::Diff2ThresholdTerminator< Scalar >::y [protected] |
Definition at line 244 of file vectorterm.hh.
Referenced by RVLAlg::Diff2ThresholdTerminator< Scalar >::Diff2ThresholdTerminator(), and RVLAlg::Diff2ThresholdTerminator< Scalar >::query().
NormRetType RVLAlg::Diff2ThresholdTerminator< Scalar >::tol [protected] |
Definition at line 245 of file vectorterm.hh.
Referenced by RVLAlg::Diff2ThresholdTerminator< Scalar >::query().