![]() |
Computer Assited Medical Intervention Tool Kit
|
Decimate a VTK mesh (the UI). More...
#include <DecimationWidget.h>
Public Slots | |
virtual void | on_applyButton_clicked () |
virtual void | on_cancelButton_clicked () |
virtual void | on_editDetailsCheckBox_toggled (bool toggled) |
Public Member Functions | |
DecimationWidget (Decimation *) | |
Default Constructor. | |
void | updateTargets () |
update the target component to decimate | |
virtual | ~DecimationWidget () |
Destructor. |
Private Attributes | |
Decimation * | myAction |
the action using this widget | |
Ui::ui_DecimationWidget * | ui |
Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui) |
Decimate a VTK mesh (the UI).
DecimationWidget::DecimationWidget | ( | Decimation * | myAction | ) |
|
virtual |
Destructor.
References ui.
|
virtualslot |
References Decimation::apply(), myAction, and ui.
|
virtualslot |
|
virtualslot |
References ui.
void DecimationWidget::updateTargets | ( | ) |
update the target component to decimate
Referenced by Decimation::getWidget().
|
private |
the action using this widget
Referenced by DecimationWidget(), on_applyButton_clicked(), and updateTargets().
|
private |
Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui)
Referenced by DecimationWidget(), on_applyButton_clicked(), on_editDetailsCheckBox_toggled(), updateTargets(), and ~DecimationWidget().