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

Decimation action widget. More...

#include <DecimationWidget.h>

+ Inheritance diagram for DecimationWidget:

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. More...
 
void updateTargets ()
 update the target component to decimate More...
 
virtual ~DecimationWidget ()
 Destructor. More...
 

Private Attributes

DecimationmyAction
 the action using this widget More...
 
Ui::ui_DecimationWidget * ui
 Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui) More...
 

Detailed Description

Decimation action widget.

basic_mesh_processing_decimation.png
Select the decimation parameters within this widget.

Constructor & Destructor Documentation

DecimationWidget::DecimationWidget ( Decimation )

Default Constructor.

virtual DecimationWidget::~DecimationWidget ( )
virtual

Destructor.

Member Function Documentation

virtual void DecimationWidget::on_applyButton_clicked ( )
virtualslot
virtual void DecimationWidget::on_cancelButton_clicked ( )
virtualslot
virtual void DecimationWidget::on_editDetailsCheckBox_toggled ( bool  toggled)
virtualslot
void DecimationWidget::updateTargets ( )

update the target component to decimate

Member Data Documentation

Decimation* DecimationWidget::myAction
private

the action using this widget

Ui::ui_DecimationWidget* DecimationWidget::ui
private

Qt model designed by QtDesigner (with qt4, nor more inheritance from the ui)


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