|
GDCM
2.2.3
|
#include <gdcmImageRegionReader.h>


Public Member Functions | |
| ImageRegionReader () | |
| ~ImageRegionReader () | |
| size_t | ComputeBufferLength () const |
| Region const & | GetRegion () const |
| bool | ReadInformation () |
| bool | ReadIntoBuffer (char *inreadbuffer, size_t buflen) |
| void | SetRegion (Region const ®ion) |
| Set/Get Region to be read. | |
Protected Member Functions | |
| bool | Read () |
| To prevent user from calling super class Read() function. | |
| size_t gdcm::ImageRegionReader::ComputeBufferLength | ( | ) | const |
Explicit call which will compute the minimal buffer length that can hold the whole uncompressed image as defined by Region `region`.
| Region const& gdcm::ImageRegionReader::GetRegion | ( | ) | const |
| bool gdcm::ImageRegionReader::Read | ( | ) | [protected, virtual] |
To prevent user from calling super class Read() function.
Reimplemented from gdcm::ImageReader.
Read meta information (not Pixel Data) from the DICOM file.
| bool gdcm::ImageRegionReader::ReadIntoBuffer | ( | char * | inreadbuffer, |
| size_t | buflen | ||
| ) |
Read into buffer:
| void gdcm::ImageRegionReader::SetRegion | ( | Region const & | region | ) |
Set/Get Region to be read.
1.7.6.1