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

Method GetVolumeData

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

Source from the content-addressed store, hash-verified

243}
244
245mitk::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}
253mitk::Image::ImageDataItemPointer mitk::Image::GetVolumeData_unlocked(
254 int t, int n, void *data, ImportMemoryManagementType importMemoryManagement) const
255{

Callers 15

GetDataMethod · 0.95
ReadVoxelInternalFunction · 0.45
DoCalculateFeaturesMethod · 0.45
DoCalculateFeaturesMethod · 0.45
TestMethod · 0.45
CompressImageMethod · 0.45
DecompressImageMethod · 0.45
GenerateMethod · 0.45
InitializeOutputEmptyMethod · 0.45
ScanWholeVolumeMethod · 0.45
ResetWorkingSliceMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestMethod · 0.36
TestAccessOnHugeImageMethod · 0.36
TestRandomPixelAccessFunction · 0.36