#include <vectorterm.hh>
Inheritance diagram for RVLAlg::BinaryThresholdTerminator< Scalar >:

Public Member Functions | |
| BinaryThresholdTerminator (FunctionObjectScalarRedn< Scalar > &tf, Vector< Scalar > &tx, Vector< Scalar > &ty, Scalar ttol) | |
| virtual bool | query () | 
Protected Attributes | |
| FunctionObjectScalarRedn< Scalar > &  | f | 
| Vector< Scalar > & | x | 
| Vector< Scalar > & | y | 
| Scalar | tol | 
STOP: 
 
Definition at line 84 of file vectorterm.hh.
| RVLAlg::BinaryThresholdTerminator< Scalar >::BinaryThresholdTerminator | ( | FunctionObjectScalarRedn< Scalar > & | tf, | |
| Vector< Scalar > & | tx, | |||
| Vector< Scalar > & | ty, | |||
| Scalar | ttol | |||
| ) | 
Definition at line 87 of file vectorterm.hh.
| virtual bool RVLAlg::BinaryThresholdTerminator< Scalar >::query | ( | ) |  [virtual] | 
        
Implements RVLAlg::Terminator.
Definition at line 93 of file vectorterm.hh.
References RVLAlg::BinaryThresholdTerminator< Scalar >::f, RVL::ScalarRedn< Scalar >::getValue(), RVLAlg::BinaryThresholdTerminator< Scalar >::tol, RVLAlg::BinaryThresholdTerminator< Scalar >::x, and RVLAlg::BinaryThresholdTerminator< Scalar >::y.
FunctionObjectScalarRedn<Scalar>& RVLAlg::BinaryThresholdTerminator< Scalar >::f [protected]           | 
        
Definition at line 101 of file vectorterm.hh.
Referenced by RVLAlg::BinaryThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::BinaryThresholdTerminator< Scalar >::x [protected]           | 
        
Definition at line 102 of file vectorterm.hh.
Referenced by RVLAlg::BinaryThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::BinaryThresholdTerminator< Scalar >::y [protected]           | 
        
Definition at line 103 of file vectorterm.hh.
Referenced by RVLAlg::BinaryThresholdTerminator< Scalar >::query().
Scalar RVLAlg::BinaryThresholdTerminator< Scalar >::tol [protected]           | 
        
Definition at line 104 of file vectorterm.hh.
Referenced by RVLAlg::BinaryThresholdTerminator< Scalar >::query().
 1.4.7