|
GDCM
2.2.3
|
PixmapWriter This class will takes two inputs: 1. The DICOM DataSet 2. The Image input It will override any info from the Image over the DataSet. More...
#include <gdcmPixmapWriter.h>


Public Member Functions | |
| PixmapWriter () | |
| ~PixmapWriter () | |
| virtual const Pixmap & | GetImage () const |
| virtual Pixmap & | GetImage () |
| const Pixmap & | GetPixmap () const |
| Pixmap & | GetPixmap () |
| virtual void | SetImage (Pixmap const &img) |
| void | SetPixmap (Pixmap const &img) |
| bool | Write () |
| Write. | |
Protected Member Functions | |
| void | DoIconImage (DataSet &ds, Pixmap const &image) |
| bool | PrepareWrite () |
Protected Attributes | |
| SmartPointer< Pixmap > | PixelData |
PixmapWriter This class will takes two inputs: 1. The DICOM DataSet 2. The Image input It will override any info from the Image over the DataSet.
For instance when one read in a lossy compressed image and write out as unencapsulated (ie implicitely lossless) then some attribute are definitely needed to mark this dataset as Lossy (typically 0028,2114)
| void gdcm::PixmapWriter::DoIconImage | ( | DataSet & | ds, |
| Pixmap const & | image | ||
| ) | [protected] |
| virtual const Pixmap& gdcm::PixmapWriter::GetImage | ( | ) | const [inline, virtual] |
Set/Get Pixmap to be written It will overwrite anything Pixmap infos found in DataSet (see parent class to see how to pass dataset)
Reimplemented in gdcm::ImageWriter.
| virtual Pixmap& gdcm::PixmapWriter::GetImage | ( | ) | [inline, virtual] |
Reimplemented in gdcm::ImageWriter.
| const Pixmap& gdcm::PixmapWriter::GetPixmap | ( | ) | const [inline] |
| Pixmap& gdcm::PixmapWriter::GetPixmap | ( | ) | [inline] |
| bool gdcm::PixmapWriter::PrepareWrite | ( | ) | [protected] |
| virtual void gdcm::PixmapWriter::SetImage | ( | Pixmap const & | img | ) | [virtual] |
| void gdcm::PixmapWriter::SetPixmap | ( | Pixmap const & | img | ) |
| bool gdcm::PixmapWriter::Write | ( | ) | [virtual] |
SmartPointer<Pixmap> gdcm::PixmapWriter::PixelData [protected] |
1.7.6.1