Crop volume action widget. More...
#include <BoxVOIWidget.h>
Public Member Functions | |
| BoxVOIWidget (camitk::Action *action) | |
| Default construtor. | |
| QList< QVector3D > * | getSeedPoints (camitk::ImageComponent *image) |
| List of seed points. | |
| void | updateComponent (camitk::ImageComponent *image) |
| Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points). | |
| ~BoxVOIWidget () override=default | |
| destructor | |
Protected Attributes | |
| camitk::Action * | myAction |
| Connected Action. | |
| MultiPickingWidget * | pickingW |
| Multiple picking widget. | |
| Ui::BoxVOIWidget | ui |
Crop volume action widget.
| BoxVOIWidget::BoxVOIWidget | ( | camitk::Action * | action | ) |
|
overridedefault |
destructor
| QList< QVector3D > * BoxVOIWidget::getSeedPoints | ( | camitk::ImageComponent * | image | ) |
List of seed points.
References pickingW.
| void BoxVOIWidget::updateComponent | ( | camitk::ImageComponent * | image | ) |
Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points).
|
protected |
Connected Action.
Referenced by BoxVOIWidget().
|
protected |
Multiple picking widget.
Referenced by BoxVOIWidget(), getSeedPoints(), and updateComponent().
|
protected |
Referenced by BoxVOIWidget(), and updateComponent().