#include <vectorterm.hh>
Inheritance diagram for RVLAlg::AbsIPThresholdTerminator< Scalar >:
Public Types | |
typedef ScalarFieldTraits< Scalar >::AbsType | NormRetType |
Public Member Functions | |
AbsIPThresholdTerminator (Vector< Scalar > &tx, Vector< Scalar > &ty, NormRetType ttol) | |
~AbsIPThresholdTerminator () | |
virtual bool | query () |
Protected Attributes | |
Vector< Scalar > & | x |
Vector< Scalar > & | y |
NormRetType | tol |
STOP:
Definition at line 281 of file vectorterm.hh.
typedef ScalarFieldTraits<Scalar>::AbsType RVLAlg::AbsIPThresholdTerminator< Scalar >::NormRetType |
Definition at line 283 of file vectorterm.hh.
RVLAlg::AbsIPThresholdTerminator< Scalar >::AbsIPThresholdTerminator | ( | Vector< Scalar > & | tx, | |
Vector< Scalar > & | ty, | |||
NormRetType | ttol | |||
) |
Definition at line 285 of file vectorterm.hh.
References RVLAlg::AbsIPThresholdTerminator< Scalar >::x, and RVLAlg::AbsIPThresholdTerminator< Scalar >::y.
RVLAlg::AbsIPThresholdTerminator< Scalar >::~AbsIPThresholdTerminator | ( | ) |
Definition at line 292 of file vectorterm.hh.
virtual bool RVLAlg::AbsIPThresholdTerminator< Scalar >::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 294 of file vectorterm.hh.
References RVLAlg::AbsIPThresholdTerminator< Scalar >::tol, RVLAlg::AbsIPThresholdTerminator< Scalar >::x, and RVLAlg::AbsIPThresholdTerminator< Scalar >::y.
Vector<Scalar>& RVLAlg::AbsIPThresholdTerminator< Scalar >::x [protected] |
Definition at line 300 of file vectorterm.hh.
Referenced by RVLAlg::AbsIPThresholdTerminator< Scalar >::AbsIPThresholdTerminator(), and RVLAlg::AbsIPThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::AbsIPThresholdTerminator< Scalar >::y [protected] |
Definition at line 301 of file vectorterm.hh.
Referenced by RVLAlg::AbsIPThresholdTerminator< Scalar >::AbsIPThresholdTerminator(), and RVLAlg::AbsIPThresholdTerminator< Scalar >::query().
NormRetType RVLAlg::AbsIPThresholdTerminator< Scalar >::tol [protected] |
Definition at line 302 of file vectorterm.hh.
Referenced by RVLAlg::AbsIPThresholdTerminator< Scalar >::query().