26 #ifndef PLANE_WIDGET_H
27 #define PLANE_WIDGET_H
32 #include <vtkSmartPointer.h>
33 #include <vtkImplicitPlaneWidget.h>
34 #include <vtkCommand.h>
59 virtual void Execute(vtkObject *caller,
unsigned long,
void *);
65 #endif // PLANE_WIDGET_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184