Base class for graphical output to a file. More...
#include <basis.hh>


Public Member Functions | |
| OutputBase (const std::string filename, const bool append=false) | |
| Constructor. | |
| virtual | ~OutputBase () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| std::auto_ptr< std::ofstream > | ofs_ |
| Stream for output file. | |
| graphics::OutputBase::OutputBase | ( | const std::string | filename, |
| const bool | append = false |
||
| ) |
Constructor.
| virtual graphics::OutputBase::~OutputBase | ( | ) | [inline, virtual] |
| virtual std::ostream& graphics::OutputBase::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in graphics::MatlabGraphics, and graphics::TecplotGraphics.
std::auto_ptr<std::ofstream> graphics::OutputBase::ofs_ [protected] |