Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
RegionGrowingWidget Class Reference

RegionGrowing action widget. More...

#include <RegionGrowingWidget.h>

+ Inheritance 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 ()
 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::ActionmyAction
 Connected Action. More...
 
MultiPickingWidgetpickingW
 Multiple picking widget. More...
 
Ui::RegionGrowingWidget ui
 

Detailed Description

RegionGrowing action widget.

Constructor & Destructor Documentation

RegionGrowingWidget::RegionGrowingWidget ( camitk::Action action)

Default construtor.

RegionGrowingWidget::~RegionGrowingWidget ( )

destructor

Member Function Documentation

int RegionGrowingWidget::getHighThreshold ( )

high threshold for region growing

int RegionGrowingWidget::getLowThreshold ( )

low threshold for region growing

int RegionGrowingWidget::getNumberOfIterations ( )

number of iterations for smoothing

QList<QVector3D>* RegionGrowingWidget::getSeedPoints ( camitk::ImageComponent image)

List of seed points.

double RegionGrowingWidget::getTimeStep ( )

time step for smoothing

bool RegionGrowingWidget::isSmoothingChecked ( )

Accessors to all parameters.

Do the user want smoothing ?

void RegionGrowingWidget::updateComponent ( camitk::ImageComponent image)

Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points)

Member Data Documentation

camitk::Action* RegionGrowingWidget::myAction
protected

Connected Action.

MultiPickingWidget* RegionGrowingWidget::pickingW
protected

Multiple picking widget.

Ui::RegionGrowingWidget RegionGrowingWidget::ui
protected

The documentation for this class was generated from the following file: