14 #ifndef GDCMRAWCODEC_H
15 #define GDCMRAWCODEC_H
41 bool DecodeBytes(
const char* inBytes,
size_t inBufferLength,
42 char* outBytes,
size_t inOutBufferLength);
45 bool DecodeByStreams(std::istream &is, std::ostream &os);
48 RAWInternals *Internals;
53 #endif // GDCMRAWCODEC_H
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
ImageCodec.
Definition: gdcmImageCodec.h:30
RAWCodec class.
Definition: gdcmRAWCodec.h:26
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
Class to manipulate Transfer Syntax.
Definition: gdcmTransferSyntax.h:39