| 160 | } |
| 161 | |
| 162 | mitk::Image::ImageDataItemPointer mitk::Image::GetSliceData( |
| 163 | int s, int t, int n, void *data, ImportMemoryManagementType importMemoryManagement) const |
| 164 | { |
| 165 | MutexHolder lock(m_ImageDataArraysLock); |
| 166 | return GetSliceData_unlocked(s, t, n, data, importMemoryManagement); |
| 167 | } |
| 168 | |
| 169 | mitk::Image::ImageDataItemPointer mitk::Image::GetSliceData_unlocked( |
| 170 | int s, int t, int n, void *data, ImportMemoryManagementType importMemoryManagement) const |
no outgoing calls