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

Method IsVolumeSet

Modules/Core/src/DataManagement/mitkImage.cpp:522–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522bool mitk::Image::IsVolumeSet(int t, int n) const
523{
524 MutexHolder lock(m_ImageDataArraysLock);
525 return IsVolumeSet_unlocked(t, n);
526}
527
528bool mitk::Image::IsVolumeSet_unlocked(int t, int n) const
529{

Callers 3

AllocateZeroedVolumeMethod · 0.95
GenerateDataMethod · 0.45
VerifyInputImageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected