|
dcmtkpp
|
Traits for generic data access to values of DcmElement. More...
#include <ElementTraits.h>
Public Types | |
| typedef std::function< OFCondition(DcmElement &, TValueType &, unsigned long const)> | GetterType |
| Type of the getter function. | |
| typedef std::function< OFCondition(DcmElement &, TValueType const, unsigned long const)> | SetterType |
| Type of the setter function. | |
Public Member Functions | |
| template<> | |
| ElementTraits< OFString >::GetterType const | getter |
| template<> | |
| ElementTraits< OFString >::SetterType const | setter |
| template<> | |
| ElementTraits< Float32 >::GetterType const | getter |
| template<> | |
| ElementTraits< Float32 >::SetterType const | setter |
| template<> | |
| ElementTraits< Float64 >::GetterType const | getter |
| template<> | |
| ElementTraits< Float64 >::SetterType const | setter |
| template<> | |
| ElementTraits< Sint16 >::GetterType const | getter |
| template<> | |
| ElementTraits< Sint16 >::SetterType const | setter |
| template<> | |
| ElementTraits< Sint32 >::GetterType const | getter |
| template<> | |
| ElementTraits< Sint32 >::SetterType const | setter |
| template<> | |
| ElementTraits< Uint16 >::GetterType const | getter |
| template<> | |
| ElementTraits< Uint16 >::SetterType const | setter |
| template<> | |
| ElementTraits< Uint32 >::GetterType const | getter |
| template<> | |
| ElementTraits< Uint32 >::SetterType const | setter |
Static Public Attributes | |
| static GetterType const | getter |
| Getter function (one of the get??? functions of DcmElement). | |
| static SetterType const | setter |
| Setter function (one of the put??? functions of DcmElement). | |
Traits for generic data access to values of DcmElement.
The members are:
1.8.9.1