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

Method Expand

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

Source from the content-addressed store, hash-verified

1062}
1063
1064void mitk::Image::Expand(unsigned int timeSteps)
1065{
1066 if (timeSteps < 1)
1067 itkExceptionMacro(<< "Invalid timestep in Image!");
1068 Superclass::Expand(timeSteps);
1069}
1070
1071int mitk::Image::GetSliceIndex(int s, int t, int n) const
1072{

Callers 11

setUpMethod · 0.45
GenerateDataMethod · 0.45
InterpolateMethod · 0.45
UpdateLiveWireMethod · 0.45
OnDeletePointMethod · 0.45
OnMovePointMethod · 0.45
SegmentationTaskListMethod · 0.45
DoReadMethod · 0.45
ReadPointsMethod · 0.45

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.36