| 490 | } |
| 491 | |
| 492 | bool 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 | |
| 498 | bool mitk::Image::IsSliceSet_unlocked(int s, int t, int n) const |
| 499 | { |
no outgoing calls