|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef PLANE_WIDGET_H
27 #define PLANE_WIDGET_H
33 #include <CamiTKDisableWarnings>
34 #include <vtkImplicitPlaneWidget.h>
35 #include <CamiTKReEnableWarnings>
37 #include <vtkSmartPointer.h>
38 #include <vtkCommand.h>
62 vtkSmartPointer<vtkImplicitPlaneWidget>
planeWidget;
67 void Execute(vtkObject* caller,
unsigned long,
void*)
override;
73 #endif // PLANE_WIDGET_H
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:231
virtual camitk::Action::ApplyStatus apply()=0
This method is called when the action has to be applied on the target list (get the target lists usin...
Definition: Action.cpp:35