moved FindSnapPoint to class Operation
[engrid.git] / egvtkinteractorstyle.h
blobf20a74668c6b8702717aaf106f1ac41515442f2e
1 #ifndef EGVTKINTERACTORSTYLE_H
2 #define EGVTKINTERACTORSTYLE_H
4 #include <vtkInteractorStyle.h>
6 class egvtkInteractorStyle: public vtkInteractorStyle{
7 public:
8 egvtkInteractorStyle();
10 ~egvtkInteractorStyle();
14 #endif