24 RawWriter m_raw_writer;
27 explicit Writer(std::shared_ptr<std::ostream> os);
29 RawWriter& raw_writer();
31 const Endian& dicom_endian()
const;
32 void set_dicom_endianness(
const Endian& dicom_endian);
34 bool vr_explicit()
const;
35 void set_vr_explicit(
bool vr_explicit);
37 std::streampos tell();
38 void seek_pos(std::streampos pos);
39 void seek_delta(std::streampos delta);
41 size_t write_element(std::shared_ptr<DataElement> element);
42 size_t write_data_set(std::shared_ptr<DataSet> data_set);
Endian
Definition: vega.h:24
Exception()
Definition: vega.h:13
The base class for exceptions that are raised by the vega library.
Definition: vega.h:11