#include <ioterm.hh>
Inheritance diagram for RVLAlg::IterationTable< Scalar >:
Public Member Functions | |
IterationTable (FunctionalEvaluation< Scalar > &_fx, ostream &_out=cout) | |
bool | query () |
Protected Attributes | |
int | count |
FunctionalEvaluation< Scalar > & | fx |
ostream & | out |
Definition at line 137 of file ioterm.hh.
RVLAlg::IterationTable< Scalar >::IterationTable | ( | FunctionalEvaluation< Scalar > & | _fx, | |
ostream & | _out = cout | |||
) |
bool RVLAlg::IterationTable< Scalar >::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 147 of file ioterm.hh.
References RVLAlg::IterationTable< Scalar >::count, RVLAlg::IterationTable< Scalar >::fx, and RVLAlg::IterationTable< Scalar >::out.
int RVLAlg::IterationTable< Scalar >::count [protected] |
FunctionalEvaluation<Scalar>& RVLAlg::IterationTable< Scalar >::fx [protected] |
ostream& RVLAlg::IterationTable< Scalar >::out [protected] |
Definition at line 157 of file ioterm.hh.
Referenced by RVLAlg::IterationTable< Scalar >::IterationTable(), and RVLAlg::IterationTable< Scalar >::query().