MCPcopy Create free account
hub / github.com/MITK/MITK / GetFunctionMax

Function GetFunctionMax

Modules/QtWidgetsExt/include/QmitkColorTransferFunctionCanvas.h:142–142  ·  view source on GitHub ↗

* \brief Get the maximum scalar value of the function range. * \return The maximum value. */

Source from the content-addressed store, hash-verified

140 * \return The maximum value.
141 */
142 double GetFunctionMax() { return m_ColorTransferFunction->GetRange()[1]; }
143
144 /**
145 * \brief Get the minimum scalar value of the function range.

Callers

nothing calls this directly

Calls 1

GetRangeMethod · 0.45

Tested by

no test coverage detected