#include <cstddef>
#include <initializer_list>
#include "odil/odil.h"
#include "odil/Tag.h"
#include "odil/Value.h"
#include "odil/VR.h"
#include "odil/Element.txx"
Go to the source code of this file.
|
template<typename TVisitor > |
TVisitor::result_type | odil::apply_visitor (TVisitor const &visitor, Element const &element) |
| Visitor of elements. More...
|
|
◆ ODIL_ELEMENT_CONSTRUCTORS
#define ODIL_ELEMENT_CONSTRUCTORS |
( |
|
type | ) |
|
Value: Element(Value::type
const & value,
VR const & vr=VR::INVALID); \
Element(Value::type && value,
VR const & vr=VR::INVALID); \
Element(\
std::initializer_list<Value::type::value_type> const & value, \
VR const & vr=VR::INVALID);
VR
Value representations of DICOM.
Definition: VR.h:23