|
BTK
0.3dev.0
Open-source library to visualize/process biomechanical data
|
Helper class to store information regarding the output streams used by the class Logger. More...
#include <btkLogger.h>
Public Types | |
| typedef btkSharedPtr< Stream > | Pointer |
Public Member Functions | |
| std::ostream & | GetOutput () const |
| ~Stream () | |
Static Public Member Functions | |
| static Pointer | New (std::ostream *output) |
| Creates a smart pointer associated with a Logger::Stream object. | |
Helper class to store information regarding the output streams used by the class Logger.
Smart pointer associated with a Logger::Stream object.
| btk::Logger::Stream::~Stream | ( | ) |
Destructor.
|
inline |
Returns the output stream as a reference.
1.8.5