|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <QmitkPiecewiseFunctionCanvas.h>


Public Member Functions | |
| QmitkPiecewiseFunctionCanvas (QWidget *parent=nullptr, Qt::WindowFlags f={}) | |
| void | paintEvent (QPaintEvent *e) override |
| void | SetTitle (const QString &title) |
| int | GetNearHandle (int x, int y, unsigned int maxSquaredDistance=100) override |
| void | SetPiecewiseFunction (vtkPiecewiseFunction *piecewiseFunction) |
| int | AddFunctionPoint (double x, double val) override |
| void | RemoveFunctionPoint (double x) override |
| double | GetFunctionX (int index) override |
| double | GetFunctionY (int index) override |
| int | GetFunctionSize () override |
| void | DoubleClickOnHandle (int) override |
| void | MoveFunctionPoint (int index, std::pair< double, double > pos) override |
| double | GetFunctionMax () |
| double | GetFunctionMin () |
| double | GetFunctionRange () |
| void | RemoveAllFunctionPoints () |
| void | ResetGO () |
Public Member Functions inherited from QmitkTransferFunctionCanvas | |
| QmitkTransferFunctionCanvas (QWidget *parent=nullptr, Qt::WindowFlags f={}) | |
| mitk::SimpleHistogram * | GetHistogram () |
| void | SetHistogram (mitk::SimpleHistogram *histogram) |
| double | GetMin () |
| void | SetMin (double min) |
| double | GetMax () |
| void | SetMax (double max) |
| double | GetLower () |
| void | SetLower (double lower) |
| double | GetUpper () |
| void | SetUpper (double upper) |
| void | mousePressEvent (QMouseEvent *mouseEvent) override |
| void | paintEvent (QPaintEvent *e) override |
| void | mouseMoveEvent (QMouseEvent *mouseEvent) override |
| void | mouseReleaseEvent (QMouseEvent *mouseEvent) override |
| void | mouseDoubleClickEvent (QMouseEvent *mouseEvent) override |
| void | PaintHistogram (QPainter &p) |
| std::pair< int, int > | FunctionToCanvas (std::pair< double, double >) |
| std::pair< double, double > | CanvasToFunction (std::pair< int, int >) |
| void | keyPressEvent (QKeyEvent *e) override |
| void | SetImmediateUpdate (bool state) |
| std::pair< double, double > | ValidateCoord (std::pair< double, double > x) |
| void | SetX (float x) |
| void | SetY (float y) |
| void | SetQLineEdits (QLineEdit *xEdit, QLineEdit *yEdit) |
Protected Attributes | |
| vtkPiecewiseFunction * | m_PiecewiseFunction |
| QString | m_Title |
Protected Attributes inherited from QmitkTransferFunctionCanvas | |
| bool | m_ImmediateUpdate |
| float | m_Range |
| bool | m_LineEditAvailable |
| QLineEdit * | m_XEdit |
| QLineEdit * | m_YEdit |
Additional Inherited Members | |
Public Attributes inherited from QmitkTransferFunctionCanvas | |
| int | m_GrabbedHandle |
| double | m_Lower |
| double | m_Upper |
| double | m_Min |
| double | m_Max |
| mitk::SimpleHistogram * | m_Histogram |
Definition at line 21 of file QmitkPiecewiseFunctionCanvas.h.
| QmitkPiecewiseFunctionCanvas::QmitkPiecewiseFunctionCanvas | ( | QWidget * | parent = nullptr, |
| Qt::WindowFlags | f = {} |
||
| ) |
|
inlineoverridevirtual |
Implements QmitkTransferFunctionCanvas.
Definition at line 41 of file QmitkPiecewiseFunctionCanvas.h.
|
inlineoverridevirtual |
Implements QmitkTransferFunctionCanvas.
Definition at line 60 of file QmitkPiecewiseFunctionCanvas.h.
|
inline |
Definition at line 63 of file QmitkPiecewiseFunctionCanvas.h.
|
inline |
Definition at line 64 of file QmitkPiecewiseFunctionCanvas.h.
|
inline |
Definition at line 65 of file QmitkPiecewiseFunctionCanvas.h.
|
inlineoverridevirtual |
Implements QmitkTransferFunctionCanvas.
Definition at line 59 of file QmitkPiecewiseFunctionCanvas.h.
|
inlineoverridevirtual |
Implements QmitkTransferFunctionCanvas.
Definition at line 53 of file QmitkPiecewiseFunctionCanvas.h.
|
inlineoverridevirtual |
Implements QmitkTransferFunctionCanvas.
Definition at line 54 of file QmitkPiecewiseFunctionCanvas.h.
|
overridevirtual |
Implements QmitkTransferFunctionCanvas.
|
overridevirtual |
Implements QmitkTransferFunctionCanvas.
|
override |
|
inline |
Definition at line 80 of file QmitkPiecewiseFunctionCanvas.h.
|
inlineoverridevirtual |
Implements QmitkTransferFunctionCanvas.
Definition at line 42 of file QmitkPiecewiseFunctionCanvas.h.
References QmitkTransferFunctionCanvas::GetFunctionSize().
|
inline |
Definition at line 86 of file QmitkPiecewiseFunctionCanvas.h.
|
inline |
Definition at line 31 of file QmitkPiecewiseFunctionCanvas.h.
References QmitkTransferFunctionCanvas::SetMax(), and QmitkTransferFunctionCanvas::SetMin().
| void QmitkPiecewiseFunctionCanvas::SetTitle | ( | const QString & | title | ) |
|
protected |
Definition at line 95 of file QmitkPiecewiseFunctionCanvas.h.
|
protected |
Definition at line 96 of file QmitkPiecewiseFunctionCanvas.h.