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>
67 void Execute(vtkObject* caller,
unsigned long,
void*)
override;
Action class is an abstract class that enables you to build a action (generally on a component).
Definition: Action.h:209