Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetSender
Method
GetSender
Modules/Core/src/Interactions/mitkInteractionEvent.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
mitk::BaseRenderer *mitk::InteractionEvent::GetSender() const
55
{
56
return m_Sender;
57
}
58
59
bool mitk::InteractionEvent::IsEqual(const InteractionEvent &) const
60
{
Callers
15
AddPoint
Method · 0.80
FilterEvents
Method · 0.80
DeleteFigure
Method · 0.80
AddPoint
Method · 0.80
AddInitialPoint
Method · 0.80
SetPreviewPointPosition
Method · 0.80
CheckFigureHovering
Method · 0.80
CheckControlPointHovering
Method · 0.80
SelectPoint
Method · 0.80
RemoveSelectedPoint
Method · 0.80
IsPositionOverFigure
Method · 0.80
IsMousePositionAcceptableAsNewControlPoint
Method · 0.80
Calls
no outgoing calls
Tested by
1
PlaybackInteraction
Method · 0.64