Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetRange
Method
GetRange
Modules/Forms/src/mitkLinearScaleQuestion.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
std::pair<int, int> LinearScaleQuestion::GetRange() const
79
{
80
return m_Range;
81
}
82
83
void LinearScaleQuestion::SetRange(const std::pair<int, int>& range)
84
{
Callers
14
main
Function · 0.45
CreateWidgets
Method · 0.45
paintEvent
Method · 0.45
mouseMoveEvent
Method · 0.45
Update
Method · 0.45
SetColorTransferFunction
Function · 0.45
GetFunctionMax
Function · 0.45
GetFunctionMin
Function · 0.45
GetFunctionRange
Function · 0.45
SetPiecewiseFunction
Function · 0.45
GetFunctionMax
Function · 0.45
GetFunctionMin
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected