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

Method SetIndex

Modules/BoundingShape/src/DataManagement/mitkBoundingShapeUtil.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return m_Position;
57};
58void mitk::Handle::SetIndex(int index)
59{
60 m_Index = index;
61};
62int mitk::Handle::GetIndex()
63{
64 return m_Index;

Callers 15

CreateBinaryImageMethod · 0.80
ReadPhilips3DDicomMethod · 0.80
GenerateMethod · 0.80
NormalizeTimeStepsMethod · 0.80
SplitVectorImageFunction · 0.80
ExtractSlicesFromImagesFunction · 0.80
CalculateGlSZMatrixFunction · 0.80
CalculateGlSZMatrixFunction · 0.80
ThreadedGenerateDataMethod · 0.80
ExtractSlicesFromImagesFunction · 0.80

Calls

no outgoing calls