GDCM
2.2.0
|
#include <gdcmPixmapReader.h>
Public Member Functions | |
PixmapReader () | |
virtual | ~PixmapReader () |
const Pixmap & | GetPixmap () const |
Return the read image (need to call Read() first) | |
Pixmap & | GetPixmap () |
virtual bool | Read () |
![]() | |
Reader () | |
virtual | ~Reader () |
bool | CanRead () const |
const File & | GetFile () const |
Set/Get File. | |
File & | GetFile () |
Set/Get File. | |
bool | ReadSelectedTags (std::set< Tag > const &tags) |
Will only read the specified selected tags. | |
bool | ReadUpToTag (const Tag &tag, std::set< Tag > const &skiptags=std::set< Tag >()) |
void | SetFile (File &file) |
Set/Get File. | |
void | SetFileName (const char *filename_native) |
void | SetStream (std::istream &input_stream) |
Set the open-ed stream directly. |
Protected Member Functions | |
virtual bool | ReadACRNEMAImage () |
virtual bool | ReadImage (MediaStorage const &ms) |
![]() | |
std::istream * | GetStreamPtr () const |
bool | ReadDataSet () |
bool | ReadMetaInformation () |
bool | ReadPreamble () |
Protected Attributes | |
SmartPointer< Pixmap > | PixelData |
![]() | |
SmartPointer< File > | F |
See PS 3.3-2008, Table C.7-11b IMAGE PIXEL MACRO ATTRIBUTES for the list of attribute that belong to what gdcm calls a 'Pixmap'
gdcm::PixmapReader::PixmapReader | ( | ) |
|
virtual |
const Pixmap& gdcm::PixmapReader::GetPixmap | ( | ) | const |
Return the read image (need to call Read() first)
Pixmap& gdcm::PixmapReader::GetPixmap | ( | ) |
|
virtual |
Read the DICOM image. There are two reason for failure:
Reimplemented from gdcm::Reader.
Reimplemented in gdcm::ImageReader.
|
protectedvirtual |
Reimplemented in gdcm::ImageReader.
|
protectedvirtual |
Reimplemented in gdcm::ImageReader.
|
protected |