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

Public Types | |
| typedef ScalarFieldTraits< Scalar >::AbsType  | atype | 
Public Member Functions | |
| VectorCountingThresholdIterationTable (int maxcount, vector< string > const &_names, vector< atype * > const &_nums, vector< atype > const &_tols, ostream &_out=cout) | |
| void | init () | 
| bool | query () | 
Protected Attributes | |
| vector< atype > | tols | 
| vector< atype * > | nums | 
| vector< string > | names | 
| ostream & | out | 
are assigned later, eg. in constructor body
Definition at line 380 of file ioterm.hh.
| typedef ScalarFieldTraits<Scalar>::AbsType RVLAlg::VectorCountingThresholdIterationTable< Scalar >::atype | 
| RVLAlg::VectorCountingThresholdIterationTable< Scalar >::VectorCountingThresholdIterationTable | ( | int | maxcount, | |
| vector< string > const & | _names, | |||
| vector< atype * > const & | _nums, | |||
| vector< atype > const & | _tols, | |||
| ostream & |  _out = cout | |||
| ) | 
Definition at line 385 of file ioterm.hh.
References RVLAlg::VectorCountingThresholdIterationTable< Scalar >::names, RVLAlg::VectorCountingThresholdIterationTable< Scalar >::nums, and RVLAlg::VectorCountingThresholdIterationTable< Scalar >::tols.
| void RVLAlg::VectorCountingThresholdIterationTable< Scalar >::init | ( | ) | 
Definition at line 401 of file ioterm.hh.
References RVLAlg::CountTerminator::i, RVLAlg::VectorCountingThresholdIterationTable< Scalar >::names, and RVLAlg::VectorCountingThresholdIterationTable< Scalar >::out.
| bool RVLAlg::VectorCountingThresholdIterationTable< Scalar >::query | ( | ) |  [virtual] | 
        
Reimplemented from RVLAlg::CountTerminator.
Definition at line 412 of file ioterm.hh.
References RVLAlg::CountTerminator::getCount(), RVLAlg::CountTerminator::i, RVLAlg::VectorCountingThresholdIterationTable< Scalar >::names, RVLAlg::VectorCountingThresholdIterationTable< Scalar >::nums, RVLAlg::VectorCountingThresholdIterationTable< Scalar >::out, RVLAlg::CountTerminator::query(), and RVLAlg::VectorCountingThresholdIterationTable< Scalar >::tols.
vector<atype> RVLAlg::VectorCountingThresholdIterationTable< Scalar >::tols [protected]           | 
        
Definition at line 438 of file ioterm.hh.
Referenced by RVLAlg::VectorCountingThresholdIterationTable< Scalar >::query(), and RVLAlg::VectorCountingThresholdIterationTable< Scalar >::VectorCountingThresholdIterationTable().
vector<atype *> RVLAlg::VectorCountingThresholdIterationTable< Scalar >::nums [protected]           | 
        
Definition at line 439 of file ioterm.hh.
Referenced by RVLAlg::VectorCountingThresholdIterationTable< Scalar >::query(), and RVLAlg::VectorCountingThresholdIterationTable< Scalar >::VectorCountingThresholdIterationTable().
vector<string> RVLAlg::VectorCountingThresholdIterationTable< Scalar >::names [protected]           | 
        
ostream& RVLAlg::VectorCountingThresholdIterationTable< Scalar >::out [protected]           | 
        
Definition at line 441 of file ioterm.hh.
Referenced by RVLAlg::VectorCountingThresholdIterationTable< Scalar >::init(), and RVLAlg::VectorCountingThresholdIterationTable< Scalar >::query().
 1.4.7