MCPcopy Create free account
hub / github.com/Kitware/VTK / DICOMMapKey

Class DICOMMapKey

Utilities/DICOMParser/DICOMParserMap.h:66–73  ·  view source on GitHub ↗

DICOM_EXPIMP_TEMPLATE template struct DICOM_MAP_EXPORT std::pair ; Subclass of a pair of doublebytes to make type names shorter in the code.

Source from the content-addressed store, hash-verified

64// type names shorter in the code.
65//
66class DICOMMapKey : public DICOMMapKeyOverride
67{
68public:
69 DICOMMapKey(doublebyte v1, doublebyte v2)
70 : std::pair<doublebyte, doublebyte>(v1, v2)
71 {
72 }
73};
74
75//
76// Typedef of a pair of doublebyte, vector.

Callers 6

ReadNextRecordMethod · 0.85
InitTypeMapMethod · 0.85
SetDICOMTagCallbacksMethod · 0.85
AddDICOMTagCallbacksMethod · 0.85
AddDICOMTagCallbackMethod · 0.85
ParseImplicitRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected