Crop volume action widget. More...
#include <BoxVOIWidget.h>
Inheritance diagram for BoxVOIWidget:
Collaboration diagram for BoxVOIWidget: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.
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Connected Action.
Referenced by BoxVOIWidget().
|
protected |
Multiple picking widget.
Referenced by BoxVOIWidget(), getSeedPoints(), and updateComponent().
|
protected |
Referenced by BoxVOIWidget(), and updateComponent().