#include <ioterm.hh>
Inheritance diagram for RVLAlg::CountingNormTable< Scalar >:

Public Types | |
| typedef ScalarFieldTraits< Scalar >::AbsType  | NormRetType | 
Public Member Functions | |
| CountingNormTable (int maxcount, const Vector< Scalar > &_x, NormRetType _tol, bool _doit=true, ostream &_out=cout) | |
| bool | query () | 
Protected Attributes | |
| bool | doit | 
| ostream & | out | 
| const Vector< Scalar > & | x | 
| NormRetType | tol | 
Definition at line 455 of file ioterm.hh.
| typedef ScalarFieldTraits<Scalar>::AbsType RVLAlg::CountingNormTable< Scalar >::NormRetType | 
| RVLAlg::CountingNormTable< Scalar >::CountingNormTable | ( | int | maxcount, | |
| const Vector< Scalar > & | _x, | |||
| NormRetType | _tol, | |||
| bool |  _doit = true,  | 
        |||
| ostream & |  _out = cout | |||
| ) | 
Definition at line 459 of file ioterm.hh.
References RVLAlg::CountingNormTable< Scalar >::doit, and RVLAlg::CountingNormTable< Scalar >::out.
| bool RVLAlg::CountingNormTable< Scalar >::query | ( | ) |  [virtual] | 
        
Reimplemented from RVLAlg::CountTerminator.
Definition at line 471 of file ioterm.hh.
References RVLAlg::CountingNormTable< Scalar >::doit, RVLAlg::CountTerminator::getCount(), RVLAlg::CountingNormTable< Scalar >::out, RVLAlg::CountTerminator::query(), RVLAlg::CountingNormTable< Scalar >::tol, and RVLAlg::CountingNormTable< Scalar >::x.
bool RVLAlg::CountingNormTable< Scalar >::doit [protected]           | 
        
Definition at line 494 of file ioterm.hh.
Referenced by RVLAlg::CountingNormTable< Scalar >::CountingNormTable(), and RVLAlg::CountingNormTable< Scalar >::query().
ostream& RVLAlg::CountingNormTable< Scalar >::out [protected]           | 
        
Definition at line 495 of file ioterm.hh.
Referenced by RVLAlg::CountingNormTable< Scalar >::CountingNormTable(), and RVLAlg::CountingNormTable< Scalar >::query().
const Vector<Scalar>& RVLAlg::CountingNormTable< Scalar >::x [protected]           | 
        
Definition at line 496 of file ioterm.hh.
Referenced by RVLAlg::CountingNormTable< Scalar >::query().
NormRetType RVLAlg::CountingNormTable< Scalar >::tol [protected]           | 
        
Definition at line 497 of file ioterm.hh.
Referenced by RVLAlg::CountingNormTable< Scalar >::query().
 1.4.7