Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _3ae28d18_6f01_4e10_98e2_1c0d21fdcab7
10 #define _3ae28d18_6f01_4e10_98e2_1c0d21fdcab7
15 #include <dcmtk/config/osconfig.h>
16 #include <dcmtk/dcmdata/dcelem.h>
17 #include <dcmtk/dcmdata/dcvr.h>
35 template<
typename TValueType>
39 typedef std::function<OFCondition(DcmElement &, TValueType &,
unsigned long const)>
GetterType;
43 typedef std::function<OFCondition(DcmElement &, TValueType
const,
unsigned long const)>
SetterType;
52 #endif // _3ae28d18_6f01_4e10_98e2_1c0d21fdcab7
static const SetterType setter
Setter function (one of the put??? functions of DcmElement).
Definition: ElementTraits.h:57
Definition: Association.h:24
std::function< OFCondition(DcmElement &, TValueType &, unsigned long const)> GetterType
Type of the getter function.
Definition: ElementTraits.h:51
std::function< OFCondition(DcmElement &, TValueType const, unsigned long const)> SetterType
Type of the setter function.
Definition: ElementTraits.h:55
Traits for generic data access to values of DcmElement.
static const GetterType getter
Getter function (one of the get??? functions of DcmElement).
Definition: ElementTraits.h:53