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