GDCM
2.2.0
|
#include <gdcmImageWriter.h>
Public Member Functions | |
ImageWriter () | |
~ImageWriter () | |
const Image & | GetImage () const |
Image & | GetImage () |
bool | Write () |
Write. | |
![]() | |
PixmapWriter () | |
~PixmapWriter () | |
const Pixmap & | GetPixmap () const |
Pixmap & | GetPixmap () |
virtual void | SetImage (Pixmap const &img) |
void | SetPixmap (Pixmap const &img) |
![]() | |
Writer () | |
virtual | ~Writer () |
void | CheckFileMetaInformationOff () |
void | CheckFileMetaInformationOn () |
File & | GetFile () |
void | SetCheckFileMetaInformation (bool b) |
Undocumented function, do not use (= leave default) | |
void | SetFile (const File &f) |
Set/Get the DICOM file (DataSet + Header) | |
void | SetFileName (const char *filename_native) |
Set the filename of DICOM file to write: | |
void | SetStream (std::ostream &output_stream) |
Set user ostream buffer. |
Additional Inherited Members | |
![]() | |
void | DoIconImage (DataSet &ds, Pixmap const &image) |
bool | PrepareWrite () |
![]() | |
std::ostream * | GetStreamPtr () const |
void | SetWriteDataSetOnly (bool b) |
![]() | |
SmartPointer< Pixmap > | PixelData |
![]() | |
std::ofstream * | Ofstream |
std::ostream * | Stream |
gdcm::ImageWriter::ImageWriter | ( | ) |
gdcm::ImageWriter::~ImageWriter | ( | ) |
|
inlinevirtual |
Set/Get Image to be written It will overwrite anything Image infos found in DataSet (see parent class to see how to pass dataset)
Reimplemented from gdcm::PixmapWriter.
|
inlinevirtual |
Reimplemented from gdcm::PixmapWriter.
|
virtual |
Write.
Reimplemented from gdcm::PixmapWriter.