26 #ifndef DISPLAYFRAME_H 27 #define DISPLAYFRAME_H 30 #include "Component.h" 52 #endif // DISPLAYFRAME_H This action allows you to apply a linear transformation (translation,rotation around axes) on the top...
Definition: DisplayFrame.h:36
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:208
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual ~DisplayFrame()
Destructor.
Definition: DisplayFrame.cpp:61
virtual ApplyStatus apply()
method called when the action is applied
Definition: DisplayFrame.cpp:65
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:220
DisplayFrame(camitk::ActionExtension *)
the constructor
Definition: DisplayFrame.cpp:40