
Public Member Functions | |
| OutputOperator () | |
| virtual | ~OutputOperator () |
| void | initialize_stream (std::ostream &stream) |
| OutputOperator< VECTOR > & | operator<< (unsigned int step) |
| virtual OutputOperator< VECTOR > & | operator<< (const NamedData< VECTOR * > &vectors) |
Protected Attributes | |
| unsigned int | step |
Private Member Functions | |
| OutputOperator (const OutputOperator< VECTOR > &) | |
Private Attributes | |
| std::ostream * | os |
An unary operator base class, intended to output the vectors in NamedData in each step of an iteration.
Definition at line 97 of file operator.h.
| Algorithms::OutputOperator< VECTOR >::OutputOperator | ( | const OutputOperator< VECTOR > & | ) | [private] |
| Algorithms::OutputOperator< VECTOR >::OutputOperator | ( | ) |
| virtual Algorithms::OutputOperator< VECTOR >::~OutputOperator | ( | ) | [virtual] |
Empty virtual destructor.
| void Algorithms::OutputOperator< VECTOR >::initialize_stream | ( | std::ostream & | stream ) |
| OutputOperator< VECTOR > & Algorithms::OutputOperator< VECTOR >::operator<< | ( | unsigned int | step ) |
Set the current step.
Definition at line 131 of file operator.h.
| virtual OutputOperator<VECTOR>& Algorithms::OutputOperator< VECTOR >::operator<< | ( | const NamedData< VECTOR * > & | vectors ) | [virtual] |
Output all the vectors in NamedData.
Reimplemented in Algorithms::DoFOutputOperator< VECTOR, dim, spacedim >.
unsigned int Algorithms::OutputOperator< VECTOR >::step [protected] |
Definition at line 124 of file operator.h.
std::ostream* Algorithms::OutputOperator< VECTOR >::os [private] |
Definition at line 126 of file operator.h.
documentation generated on Fri Feb 3 2012 06:04:13 by
doxygen
1.7.2