Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetPosition
Method
SetPosition
Modules/BoundingShape/src/DataManagement/mitkBoundingShapeUtil.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
m_IsActive = status;
49
};
50
void mitk::Handle::SetPosition(mitk::Point3D pos)
51
{
52
m_Position = pos;
53
};
54
mitk::Point3D mitk::Handle::GetPosition()
55
{
56
return m_Position;
Callers
2
HandlePositionChanged
Method · 0.45
GenerateDataForRenderer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected