Public Member Functions

OpenMesh::mostream Class Reference

This class provides streams that can easily be multiplexed (using the connect() method) and toggled on/off (using enable() / disable()). More...

#include <OpenMesh/Core/System/mostream.hh>

Inheritance diagram for OpenMesh::mostream:
Inheritance graph
[legend]
Collaboration diagram for OpenMesh::mostream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 mostream ()
 Explicit constructor.
template<class T >
bool connect (T &_target)
 Connect target to multiplexer.
template<class T >
bool disconnect (T &_target)
 Disconnect target from multiplexer.
bool is_enabled () const
 is buffer enabled
void enable ()
 enable this buffer
void disable ()
 disable this buffer

Detailed Description

This class provides streams that can easily be multiplexed (using the connect() method) and toggled on/off (using enable() / disable()).

See also:
omlog, omout, omerr

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

acg pic Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .