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