Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes
graphics::OutputBase Class Reference

Base class for graphical output to a file. More...

#include <basis.hh>

Inheritance diagram for graphics::OutputBase:
Inheritance graph
[legend]
Collaboration diagram for graphics::OutputBase:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Base class for graphical output to a file.

Author:
Kersten Schmidt, 2005

Definition at line 76 of file basis.hh.


Constructor & Destructor Documentation

graphics::OutputBase::OutputBase ( const std::string  filename,
const bool  append = false 
)

Constructor.

virtual graphics::OutputBase::~OutputBase ( ) [inline, virtual]

Definition at line 81 of file basis.hh.


Member Function Documentation

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.


Member Data Documentation

std::auto_ptr<std::ofstream> graphics::OutputBase::ofs_ [protected]

Stream for output file.

Definition at line 85 of file basis.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)