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

Public Member Functions | |
| SteppedIterationTable (FunctionalEvaluation< Scalar > &_fx, Scalar &_step, ostream &_out=cout) | |
| bool | query () | 
Protected Attributes | |
| int | count | 
| FunctionalEvaluation< Scalar > & | fx | 
| Scalar & | step | 
| ostream & | out | 
Definition at line 166 of file ioterm.hh.
| RVLAlg::SteppedIterationTable< Scalar >::SteppedIterationTable | ( | FunctionalEvaluation< Scalar > & | _fx, | |
| Scalar & | _step, | |||
| ostream & |  _out = cout | |||
| ) | 
| bool RVLAlg::SteppedIterationTable< Scalar >::query | ( | ) |  [virtual] | 
        
Implements RVLAlg::Terminator.
Definition at line 178 of file ioterm.hh.
References RVLAlg::SteppedIterationTable< Scalar >::count, RVLAlg::SteppedIterationTable< Scalar >::fx, RVLAlg::SteppedIterationTable< Scalar >::out, and RVLAlg::SteppedIterationTable< Scalar >::step.
int RVLAlg::SteppedIterationTable< Scalar >::count [protected]           | 
        
Definition at line 192 of file ioterm.hh.
Referenced by RVLAlg::SteppedIterationTable< Scalar >::query().
FunctionalEvaluation<Scalar>& RVLAlg::SteppedIterationTable< Scalar >::fx [protected]           | 
        
Definition at line 193 of file ioterm.hh.
Referenced by RVLAlg::SteppedIterationTable< Scalar >::query().
Scalar& RVLAlg::SteppedIterationTable< Scalar >::step [protected]           | 
        
Definition at line 194 of file ioterm.hh.
Referenced by RVLAlg::SteppedIterationTable< Scalar >::query().
ostream& RVLAlg::SteppedIterationTable< Scalar >::out [protected]           | 
        
Definition at line 195 of file ioterm.hh.
Referenced by RVLAlg::SteppedIterationTable< Scalar >::query(), and RVLAlg::SteppedIterationTable< Scalar >::SteppedIterationTable().
 1.4.7