Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
58
void mitk::Handle::SetIndex(int index)
59
{
60
m_Index = index;
61
};
62
int mitk::Handle::GetIndex()
63
{
64
return m_Index;
Callers
15
CreateBinaryImage
Method · 0.80
ReadPhilips3DDicom
Method · 0.80
Generate
Method · 0.80
NormalizeTimeSteps
Method · 0.80
SplitVectorImage
Function · 0.80
ExtractSlicesFromImages
Function · 0.80
CalculateGlSZMatrix
Function · 0.80
CalculateGlSZMatrix
Function · 0.80
ThreadedGenerateData
Method · 0.80
ExtractSlicesFromImages
Function · 0.80
CreateEmptyDistanceImage
Method · 0.80
CalculateAverageBaselineImage
Method · 0.80
Calls
no outgoing calls
Tested by
15
GenerateTestImage
Function · 0.64
GenerateVectorTestImage
Function · 0.64
ItkImageCompare
Method · 0.64
mitkOverwriteSliceFilterObliquePlaneTest
Function · 0.64
mitkOverwriteSliceFilterTest
Function · 0.64
PixelvalueBasedTest
Method · 0.64
ItkVolumeGeneration
Method · 0.64
testGeometryAfterCasting
Function · 0.64
TestWrite3DImageWithOnePlane
Method · 0.64
TestWrite3DImageWithTwoPlanes
Method · 0.64
CreateTestVectorImageFixedValue
Function · 0.64
CreateTestImageFixedValue
Function · 0.64