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

Class DICOMMapValue

Utilities/DICOMParser/DICOMParserMap.h:87–96  ·  view source on GitHub ↗

Subclass of pair doublebyte, vector . Makes types shorter in the code.

Source from the content-addressed store, hash-verified

85// Makes types shorter in the code.
86//
87class DICOMMapValue : public DICOMMapValueOverride
88{
89public:
90 DICOMMapValue() = default;
91
92 DICOMMapValue(doublebyte v1, std::vector<DICOMCallback*>* v2)
93 : std::pair<doublebyte, std::vector<DICOMCallback*>*>(v1, v2)
94 {
95 }
96};
97
98// DICOM_EXPIMP_TEMPLATE template class DICOM_MAP_EXPORT std::map<DICOMMapKey,
99// DICOMMapValue, group_element_compare>;

Callers 1

SetDICOMTagCallbacksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected