![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
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 () | |
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 | ) |
Default construtor.
BoxVOIWidget::~BoxVOIWidget | ( | ) |
destructor
QList<QVector3D>* BoxVOIWidget::getSeedPoints | ( | camitk::ImageComponent * | image | ) |
List of seed points.
void BoxVOIWidget::updateComponent | ( | camitk::ImageComponent * | image | ) |
Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points)
|
protected |
Connected Action.
|
protected |
Multiple picking widget.
|
protected |