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

Method GetSliceData

Modules/Core/src/Algorithms/mitkSubImageSelector.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19mitk::Image::ImageDataItemPointer mitk::SubImageSelector::GetSliceData(int s, int t, int n)
20{
21 mitk::Image::Pointer input = this->GetInput();
22 return input->GetSliceData(s, t, n);
23}
24
25mitk::Image::ImageDataItemPointer mitk::SubImageSelector::GetVolumeData(int t, int n)
26{

Callers 1

GenerateDataMethod · 0.45

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected