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

Method DoseLevelExists

Modules/RT/src/mitkIsoDoseLevelCollections.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool mitk::IsoDoseLevelSet::DoseLevelExists(IsoLevelIndexType index) const
95{
96 return index < this->m_IsoLevels.size();
97}
98
99
100bool mitk::IsoDoseLevelSet::DoseLevelExists(DoseValueType value) const

Callers

nothing calls this directly

Calls 4

EqualDoseFunctorClass · 0.85
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected