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>
List of all members.
Detailed Description
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)
Constructor & Destructor Documentation
gdcm::PixmapWriter::PixmapWriter |
( |
) |
|
gdcm::PixmapWriter::~PixmapWriter |
( |
) |
|
Member Function Documentation
void gdcm::PixmapWriter::DoIconImage |
( |
DataSet & |
ds, |
|
|
Pixmap const & |
image |
|
) |
| [protected] |
virtual const Pixmap& gdcm::PixmapWriter::GetImage |
( |
) |
const [inline, virtual] |
virtual Pixmap& gdcm::PixmapWriter::GetImage |
( |
) |
[inline, virtual] |
Pixmap& gdcm::PixmapWriter::GetPixmap |
( |
) |
[inline] |
const Pixmap& gdcm::PixmapWriter::GetPixmap |
( |
) |
const [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] |
Member Data Documentation
The documentation for this class was generated from the following file: