| 243 | } |
| 244 | |
| 245 | mitk::Image::ImageDataItemPointer mitk::Image::GetVolumeData(int t, |
| 246 | int n, |
| 247 | void *data, |
| 248 | ImportMemoryManagementType importMemoryManagement) const |
| 249 | { |
| 250 | MutexHolder lock(m_ImageDataArraysLock); |
| 251 | return GetVolumeData_unlocked(t, n, data, importMemoryManagement); |
| 252 | } |
| 253 | mitk::Image::ImageDataItemPointer mitk::Image::GetVolumeData_unlocked( |
| 254 | int t, int n, void *data, ImportMemoryManagementType importMemoryManagement) const |
| 255 | { |
no outgoing calls