MCPcopy 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
78std::pair<int, int> LinearScaleQuestion::GetRange() const
79{
80 return m_Range;
81}
82
83void LinearScaleQuestion::SetRange(const std::pair<int, int>& range)
84{

Callers 14

mainFunction · 0.45
CreateWidgetsMethod · 0.45
paintEventMethod · 0.45
mouseMoveEventMethod · 0.45
UpdateMethod · 0.45
SetColorTransferFunctionFunction · 0.45
GetFunctionMaxFunction · 0.45
GetFunctionMinFunction · 0.45
GetFunctionRangeFunction · 0.45
SetPiecewiseFunctionFunction · 0.45
GetFunctionMaxFunction · 0.45
GetFunctionMinFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected