30 #include "Component.h" 34 #include <vtkTransform.h> 35 #include <vtkTransformFilter.h> 36 #include <vtkSmartPointer.h> 38 #include "ui_MoveFrame.h" virtual ApplyStatus apply()
Update the component's frame with the translation and rotation parameters of the widget.
Definition: EditFrame.cpp:211
EditFrame(camitk::ActionExtension *)
the constructor
Definition: EditFrame.cpp:56
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:208
virtual void changeParent()
Change the current frame's parent.
Definition: EditFrame.cpp:171
virtual void load()
Load a frame description from a file.
Definition: EditFrame.cpp:278
void init()
initialize the dialog
Definition: EditFrame.cpp:74
This action allows you to apply a linear transformation (translation,rotation around axes) on the top...
Definition: EditFrame.h:43
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:220
camitk::Component * inputFrame
the component's frame we work on
Definition: EditFrame.h:94
void reset()
slot called when reset is ckicked, reset the transformation to Identity
Definition: EditFrame.cpp:196
QDialog * dialog
the dialog
Definition: EditFrame.h:91
Ui::MoveFrame ui
the Qt Gui
Definition: EditFrame.h:88
virtual void save()
Save the current frame to a file.
Definition: EditFrame.cpp:224
virtual ~EditFrame()
Destructor.
Definition: EditFrame.cpp:116
virtual QWidget * getWidget()
this method creates and returns the widget containing the user interface for the action ...
Definition: EditFrame.cpp:122