RegionGrowing action widget. More...
#include <RegionGrowingWidget.h>
Inheritance diagram for RegionGrowingWidget:
Collaboration diagram for RegionGrowingWidget:Public Member Functions | |
| RegionGrowingWidget (camitk::Action *action) | |
| Default construtor. More... | |
| void | updateComponent (camitk::ImageComponent *image) |
| Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points) More... | |
| ~RegionGrowingWidget () override=default | |
| destructor More... | |
| bool | isSmoothingChecked () |
| Accessors to all parameters. More... | |
| int | getNumberOfIterations () |
| number of iterations for smoothing More... | |
| double | getTimeStep () |
| time step for smoothing More... | |
| int | getLowThreshold () |
| low threshold for region growing More... | |
| int | getHighThreshold () |
| high threshold for region growing More... | |
| QList< QVector3D > * | getSeedPoints (camitk::ImageComponent *image) |
| List of seed points. More... | |
Protected Attributes | |
| camitk::Action * | myAction |
| Connected Action. More... | |
| MultiPickingWidget * | pickingW |
| Multiple picking widget. More... | |
| Ui::RegionGrowingWidget | ui |
RegionGrowing action widget.
| RegionGrowingWidget::RegionGrowingWidget | ( | camitk::Action * | action | ) |
|
overridedefault |
destructor
| int RegionGrowingWidget::getHighThreshold | ( | ) |
high threshold for region growing
References ui.
Referenced by RegionGrowing::apply().
Here is the caller graph for this function:| int RegionGrowingWidget::getLowThreshold | ( | ) |
low threshold for region growing
References ui.
Referenced by RegionGrowing::apply().
Here is the caller graph for this function:| int RegionGrowingWidget::getNumberOfIterations | ( | ) |
number of iterations for smoothing
References ui.
Referenced by RegionGrowing::apply().
Here is the caller graph for this function:| QList< QVector3D > * RegionGrowingWidget::getSeedPoints | ( | camitk::ImageComponent * | image | ) |
List of seed points.
References MultiPickingWidget::getPickedPixelMap(), PickedPixelMap::getPixelIndexList(), and pickingW.
Referenced by RegionGrowing::apply().
Here is the call graph for this function:
Here is the caller graph for this function:| double RegionGrowingWidget::getTimeStep | ( | ) |
time step for smoothing
References ui.
Referenced by RegionGrowing::apply().
Here is the caller graph for this function:| bool RegionGrowingWidget::isSmoothingChecked | ( | ) |
Accessors to all parameters.
Do the user want smoothing ?
References ui.
Referenced by RegionGrowing::apply().
Here is the caller graph for this function:| void RegionGrowingWidget::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 RegionGrowing::getWidget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Connected Action.
Referenced by RegionGrowingWidget().
|
protected |
Multiple picking widget.
Referenced by getSeedPoints(), RegionGrowingWidget(), and updateComponent().
|
protected |