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

Method IsSliceSet

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

Source from the content-addressed store, hash-verified

490}
491
492bool mitk::Image::IsSliceSet(int s, int t, int n) const
493{
494 MutexHolder lock(m_ImageDataArraysLock);
495 return IsSliceSet_unlocked(s, t, n);
496}
497
498bool mitk::Image::IsSliceSet_unlocked(int s, int t, int n) const
499{

Callers 1

Calls

no outgoing calls

Tested by 1