Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
VRTraits.h File Reference
#include <vector>
#include <dcmtk/config/osconfig.h>
#include <dcmtk/dcmdata/dcvr.h>
Include dependency graph for VRTraits.h:

Go to the source code of this file.

Namespaces

namespace  odil
namespace  odil::dcmtk

Macros

#define DECLARE_VR_TRAITS(vr, value_type)

Macro Definition Documentation

◆ DECLARE_VR_TRAITS

#define DECLARE_VR_TRAITS ( vr,
value_type )
Value:
\
template<> \
struct VRTraits<vr> \
{ \ \
typedef value_type ValueType; \
};
Information related to VR.