![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/DeformationEditorController.h>
Widget representing the properties of a certain deformation model. More...
Inheritance diagram for DeformationWidget:Widget representing the properties of a certain deformation model.
Public Member Functions | |
| DeformationWidget (DisplayWidgetMulti &display, DeformationEditor &algorithm, QGridLayout &visualizationOptions, QWidget *parent) | |
| The visualizationOptions can be used to add custom options to the 'Visualization' group box. | |
| virtual void | update ()=0 |
| Updates the controls of the widget with the current state of the deformation. | |
Protected Attributes | |
| DisplayWidgetMulti & | m_disp |
| DeformationEditor & | m_algorithm |