Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetData
Method
GetData
Modules/Core/src/DataManagement/mitkImage.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
void *mitk::Image::GetData(int t, int n)
372
{
373
auto item = this->GetVolumeData(t, n);
374
return item.IsNotNull() ? item->GetData() : nullptr;
375
}
376
377
const void *mitk::Image::GetData(int t, int n) const
378
{
Callers
15
CreateAnyCESTImageNodePredicate
Method · 0.45
CreateCESTorWasabiImageNodePredicate
Method · 0.45
CreateCESTT1ImageNodePredicate
Method · 0.45
TestDataSetting
Method · 0.45
mitkPointSetVtkMapper2DTransformedPointsTest
Function · 0.45
TestAccessOnHugeImage
Method · 0.45
ThreadMethod
Function · 0.45
mitkMultiComponentImageDataComparisonFilterTest
Function · 0.45
Assert_ItkImportWithinAccessByItkSucceded_ReturnsTrue
Function · 0.45
SetGradientImageValues_Success
Method · 0.45
mitkSurfaceVtkMapper3DTest
Function · 0.45
PrepareSurfaceRenderingWithLUT
Method · 0.45
Calls
2
GetVolumeData
Method · 0.95
IsNotNull
Method · 0.80
Tested by
15
TestDataSetting
Method · 0.36
mitkPointSetVtkMapper2DTransformedPointsTest
Function · 0.36
TestAccessOnHugeImage
Method · 0.36
ThreadMethod
Function · 0.36
mitkMultiComponentImageDataComparisonFilterTest
Function · 0.36
Assert_ItkImportWithinAccessByItkSucceded_ReturnsTrue
Function · 0.36
SetGradientImageValues_Success
Method · 0.36
mitkSurfaceVtkMapper3DTest
Function · 0.36
PrepareSurfaceRenderingWithLUT
Method · 0.36
mitkPlaneGeometryDataMapper2DTest
Function · 0.36
Check_Spacing
Method · 0.36
Check_TransformMatrix
Method · 0.36