|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
An output stream wrapper. More...
#include <mitkAbstractFileWriter.h>


Public Member Functions | |
| OutputStream (IFileWriter *writer, std::ios_base::openmode mode=std::ios_base::trunc|std::ios_base::out) | |
| ~OutputStream () override | |
An output stream wrapper.
If a writer can only work with output streams, use an instance of this class to either wrap the specified output stream or create a new output stream based on the output location in the file system.
Definition at line 135 of file mitkAbstractFileWriter.h.
| mitk::AbstractFileWriter::OutputStream::OutputStream | ( | IFileWriter * | writer, |
| std::ios_base::openmode | mode = std::ios_base::trunc|std::ios_base::out |
||
| ) |
|
override |