* \brief Get the associated histogram. * \return Pointer to the histogram, or nullptr. */
| 51 | * \return Pointer to the histogram, or nullptr. |
| 52 | */ |
| 53 | mitk::SimpleHistogram *GetHistogram() { return m_Histogram; } |
| 54 | |
| 55 | /** |
| 56 | * \brief Set the histogram to display as background. |
no outgoing calls
no test coverage detected