|
GDCM
2.2.4
|
#include <gdcmPixmapReader.h>
Public Member Functions | |
| PixmapReader () | |
| virtual | ~PixmapReader () |
| const Pixmap & | GetPixmap () const |
| Return the read image (need to call Read() first) More... | |
| Pixmap & | GetPixmap () |
| virtual bool | Read () |
Public Member Functions inherited from gdcm::Reader | |
| Reader () | |
| virtual | ~Reader () |
| bool | CanRead () const |
| const File & | GetFile () const |
| Set/Get File. More... | |
| File & | GetFile () |
| Set/Get File. More... | |
| bool | ReadSelectedTags (std::set< Tag > const &tags) |
| Will only read the specified selected tags. More... | |
| bool | ReadUpToTag (const Tag &tag, std::set< Tag > const &skiptags=std::set< Tag >()) |
| void | SetFile (File &file) |
| Set/Get File. More... | |
| void | SetFileName (const char *filename_native) |
| void | SetStream (std::istream &input_stream) |
| Set the open-ed stream directly. More... | |
Protected Member Functions | |
| virtual bool | ReadACRNEMAImage () |
| virtual bool | ReadImage (MediaStorage const &ms) |
| bool | ReadImageInternal (MediaStorage const &ms, bool handlepixeldata=true) |
Protected Member Functions inherited from gdcm::Reader | |
| std::istream * | GetStreamPtr () const |
| bool | ReadDataSet () |
| bool | ReadMetaInformation () |
| bool | ReadPreamble () |
Protected Attributes | |
| SmartPointer< Pixmap > | PixelData |
Protected Attributes inherited from gdcm::Reader | |
| 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::ImageRegionReader, and gdcm::ImageReader.
|
protectedvirtual |
Reimplemented in gdcm::ImageReader.
|
protectedvirtual |
Reimplemented in gdcm::ImageReader.
|
protected |
|
protected |
1.8.6