MCPcopy 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};
62int mitk::Handle::GetIndex()
63{
64 return m_Index;
65};
66std::vector<int> mitk::Handle::GetFaceIndices()
67{
68 return m_FaceIndices;

Callers 5

ScaleObjectMethod · 0.45
CutImageMethod · 0.45
GenerateDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected