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

Method SetVolume

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

Source from the content-addressed store, hash-verified

587}
588
589bool mitk::Image::SetVolume(const void *data, int t, int n)
590{
591 // const_cast is no risk for ImportMemoryManagementType == CopyMemory
592 return SetImportVolume(const_cast<void *>(data), t, n, CopyMemory);
593}
594
595bool mitk::Image::SetChannel(const void *data, int n)
596{

Callers 15

ImageMethod · 0.95
GenerateMethod · 0.80
MakeMinimalImageMethod · 0.80
MakeMultiSliceImageMethod · 0.80
ProcessTimeStepMethod · 0.80
UpdateGroupImageMethod · 0.80
ConvertMethod · 0.80
GenerateTestFrameMethod · 0.80
GenerateMethod · 0.80
doMapTimestepsFunction · 0.80

Calls

no outgoing calls