MCPcopy Create free account
hub / github.com/MITK/MITK / GetModifierCount

Method GetModifierCount

Modules/DICOM/src/mitkDICOMCodeSequenceWithModifiers.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 std::size_t DICOMCodeSequenceWithModifiers::GetModifierCount() const
82 {
83 return m_Modifiers.size();
84 }
85
86 bool DICOMCodeSequenceWithModifiers::HasModifiers() const
87 {

Callers 4

BuildMetaInfoHandlerMethod · 0.80
dataMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected