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

Function GetFunctionMin

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

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

Source from the content-addressed store, hash-verified

146 * \return The minimum value.
147 */
148 double GetFunctionMin() { return m_ColorTransferFunction->GetRange()[0]; }
149
150 /**
151 * \brief Get the span of the function range (max - min).

Callers

nothing calls this directly

Calls 1

GetRangeMethod · 0.45

Tested by

no test coverage detected