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

Public Member Functions | |
| IPThresholdTerminator (Vector< Scalar > &tx, Vector< Scalar > &ty, Scalar ttol) | |
| virtual bool | query () | 
Protected Attributes | |
| Vector< Scalar > & | x | 
| Vector< Scalar > & | y | 
| Scalar | tol | 
STOP: 
 
Definition at line 254 of file vectorterm.hh.
| RVLAlg::IPThresholdTerminator< Scalar >::IPThresholdTerminator | ( | Vector< Scalar > & | tx, | |
| Vector< Scalar > & | ty, | |||
| Scalar | ttol | |||
| ) | 
Definition at line 256 of file vectorterm.hh.
References RVLAlg::IPThresholdTerminator< Scalar >::x, and RVLAlg::IPThresholdTerminator< Scalar >::y.
| virtual bool RVLAlg::IPThresholdTerminator< Scalar >::query | ( | ) |  [virtual] | 
        
Implements RVLAlg::Terminator.
Definition at line 264 of file vectorterm.hh.
References RVLAlg::IPThresholdTerminator< Scalar >::tol, RVLAlg::IPThresholdTerminator< Scalar >::x, and RVLAlg::IPThresholdTerminator< Scalar >::y.
Vector<Scalar>& RVLAlg::IPThresholdTerminator< Scalar >::x [protected]           | 
        
Definition at line 270 of file vectorterm.hh.
Referenced by RVLAlg::IPThresholdTerminator< Scalar >::IPThresholdTerminator(), and RVLAlg::IPThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::IPThresholdTerminator< Scalar >::y [protected]           | 
        
Definition at line 271 of file vectorterm.hh.
Referenced by RVLAlg::IPThresholdTerminator< Scalar >::IPThresholdTerminator(), and RVLAlg::IPThresholdTerminator< Scalar >::query().
Scalar RVLAlg::IPThresholdTerminator< Scalar >::tol [protected]           | 
        
Definition at line 272 of file vectorterm.hh.
Referenced by RVLAlg::IPThresholdTerminator< Scalar >::query().
 1.4.7