Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetIndex
Method
GetIndex
Modules/BoundingShape/src/DataManagement/mitkBoundingShapeUtil.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
m_Index = index;
61
};
62
int mitk::Handle::GetIndex()
63
{
64
return m_Index;
65
};
66
std::vector<int> mitk::Handle::GetFaceIndices()
67
{
68
return m_FaceIndices;
Callers
5
ScaleObject
Method · 0.45
GenerateDataForRenderer
Method · 0.45
CutImage
Method · 0.45
GenerateOutputInformation
Method · 0.45
GenerateData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected