Odil
A C++11 library for the DICOM standard
|
Base class for all PDU-related high-level objects (PDU, items and sub-items). More...
#include <Object.h>
Public Member Functions | |
virtual | ~Object () |
Destructor, makes the type polymorphic. More... | |
Item const & | get_item () const |
Get the underlying item. More... | |
Protected Member Functions | |
uint32_t | _compute_length () const |
Compute the value of the length field of the object. More... | |
uint32_t | _compute_length (Item const &item) const |
Compute the full size of an item. More... | |
uint32_t | _compute_length (Item::Field const &field) const |
Compute the full size of a field. More... | |
Protected Attributes | |
Item | _item |
Base class for all PDU-related high-level objects (PDU, items and sub-items).
|
virtual |
Destructor, makes the type polymorphic.
|
protected |
Compute the value of the length field of the object.
|
protected |
Compute the full size of an item.
|
protected |
Compute the full size of a field.
Item const & odil::pdu::Object::get_item | ( | ) | const |
Get the underlying item.
|
protected |