14 #ifndef GDCMIMAGEEXTENTREADER_H
15 #define GDCMIMAGEEXTENTREADER_H
24 class ImageRegionReaderInternals;
36 void SetRegion(
Region const & region);
37 Region const &GetRegion()
const;
42 size_t ComputeBufferLength()
const;
46 bool ReadInformation();
50 bool ReadIntoBuffer(
char *inreadbuffer,
size_t buflen);
57 bool ReadRAWIntoBuffer(
char *buffer,
size_t buflen);
58 bool ReadRLEIntoBuffer(
char *buffer,
size_t buflen);
59 bool ReadJPEG2000IntoBuffer(
char *buffer,
size_t buflen);
60 bool ReadJPEGIntoBuffer(
char *buffer,
size_t buflen);
61 bool ReadJPEGLSIntoBuffer(
char *buffer,
size_t buflen);
62 ImageRegionReaderInternals *Internals;
67 #endif //GDCMIMAGEEXTENTREADER_H
ImageReader.
Definition: gdcmImageReader.h:33
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
ImageRegionReader.
Definition: gdcmImageRegionReader.h:29
Class for manipulation region.
Definition: gdcmRegion.h:28