graphics::OutputBase Class Reference
Base class for graphical output to a file. More...
#include <basis.hh>
Inheritance diagram for graphics::OutputBase:
Public Member Functions | |
OutputBase (const std::string filename, const bool append=false) | |
Constructor. More... | |
virtual | ~OutputBase () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
std::unique_ptr< std::ofstream > | ofs_ |
Stream for output file. More... | |
Detailed Description
Constructor & Destructor Documentation
◆ OutputBase()
graphics::OutputBase::OutputBase | ( | const std::string | filename, |
const bool | append = false |
||
) |
Constructor.
◆ ~OutputBase()
Member Function Documentation
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in graphics::TecplotGraphics, and graphics::MatlabGraphics.
Member Data Documentation
◆ ofs_
|
protected |
The documentation for this class was generated from the following file:
- graphics/basis.hh