]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/CutModule/interface/vtkInteractorStyleCutter.h
#3109 creaMaracasVisu Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaMaracasVisu.git] / lib / maracasVisuLib / src / CutModule / interface / vtkInteractorStyleCutter.h
index 2dc81e89689295ef70e1c2141c3a594ba62cf067..18600cf6eabd7ce54bebaf7741efeff858c69ff5 100644 (file)
@@ -60,7 +60,15 @@ public:
   // Description:
   // Instantiate the object.
   static vtkInteractorStyleCutter *New();
+
+//EED 2017-01-01 Migration VTK7
+#if VTK_MAJOR_VERSION <= 5
   vtkTypeRevisionMacro(vtkInteractorStyleCutter, vtkInteractorStyle);
+#else
+  vtkTypeMacro(vtkInteractorStyleCutter, vtkInteractorStyle);
+#endif
+
+
   void PrintSelf(ostream& os, vtkIndent indent);
   bool Finished();