15 #ifndef GDCMPREAMBLE_H
16 #define GDCMPREAMBLE_H
44 std::istream &Read(std::istream &is);
47 std::ostream
const &Write(std::ostream &os)
const;
49 void Print(std::ostream &os)
const;
53 bool IsEmpty()
const {
return !Internal; }
87 #endif //GDCMPREAMBLE_H
Preamble(Preamble const &)
Definition: gdcmPreamble.h:57
const char * GetInternal() const
Definition: gdcmPreamble.h:51
VL GetLength() const
Definition: gdcmPreamble.h:55
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
Value Length.
Definition: gdcmVL.h:29
std::ostream & operator<<(std::ostream &os, const Directory &d)
Definition: gdcmDirectory.h:92
bool IsValid() const
Definition: gdcmPreamble.h:68
bool IsEmpty() const
Definition: gdcmPreamble.h:53
Preamble & operator=(Preamble const &)
Definition: gdcmPreamble.h:61
DICOM Preamble (Part 10)
Definition: gdcmPreamble.h:27