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

Method SetDICOMTagCallbacks

Utilities/DICOMParser/DICOMParser.cxx:454–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void DICOMParser::SetDICOMTagCallbacks(
455 doublebyte group, doublebyte element, VRTypes datatype, std::vector<DICOMCallback*>* cbVector)
456{
457 Implementation->Map.insert(std::pair<const DICOMMapKey, DICOMMapValue>(
458 DICOMMapKey(group, element), DICOMMapValue(static_cast<doublebyte>(datatype), cbVector)));
459}
460
461bool DICOMParser::CheckMagic(char* magic_number)
462{

Callers 2

AddDICOMTagCallbacksMethod · 0.95
AddDICOMTagCallbackMethod · 0.95

Calls 3

DICOMMapKeyClass · 0.85
DICOMMapValueClass · 0.85
insertMethod · 0.45

Tested by

no test coverage detected