* \brief Get the maximum scalar value of the function range. * \return The maximum value. */
| 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. |