#include <vectorterm.hh>
Inheritance diagram for RVLAlg::UnaryThresholdTerminator< Scalar >:
Public Member Functions | |
UnaryThresholdTerminator (FunctionObjectScalarRedn< Scalar > &tf, Vector< Scalar > &tx, Scalar ttol) | |
virtual bool | query () |
Protected Attributes | |
FunctionObjectScalarRedn< Scalar > & | f |
Vector< Scalar > & | x |
Scalar | tol |
STOP:
Definition at line 56 of file vectorterm.hh.
RVLAlg::UnaryThresholdTerminator< Scalar >::UnaryThresholdTerminator | ( | FunctionObjectScalarRedn< Scalar > & | tf, | |
Vector< Scalar > & | tx, | |||
Scalar | ttol | |||
) |
Definition at line 59 of file vectorterm.hh.
virtual bool RVLAlg::UnaryThresholdTerminator< Scalar >::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 64 of file vectorterm.hh.
References RVLAlg::UnaryThresholdTerminator< Scalar >::f, RVL::ScalarRedn< Scalar >::getValue(), RVLAlg::UnaryThresholdTerminator< Scalar >::tol, and RVLAlg::UnaryThresholdTerminator< Scalar >::x.
FunctionObjectScalarRedn<Scalar>& RVLAlg::UnaryThresholdTerminator< Scalar >::f [protected] |
Definition at line 71 of file vectorterm.hh.
Referenced by RVLAlg::UnaryThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::UnaryThresholdTerminator< Scalar >::x [protected] |
Definition at line 72 of file vectorterm.hh.
Referenced by RVLAlg::UnaryThresholdTerminator< Scalar >::query().
Scalar RVLAlg::UnaryThresholdTerminator< Scalar >::tol [protected] |
Definition at line 73 of file vectorterm.hh.
Referenced by RVLAlg::UnaryThresholdTerminator< Scalar >::query().