X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInteractorStyleNavigator.h;h=e379292bc62aae2e2b2fdd142d1defb710ffbf60;hb=632adadb8b9230458aeab8ddccc736d674edc87a;hp=4e014f2e1342afc75b6b740b5bc438d11e7f679a;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvInteractorStyleNavigator.h b/vv/vvInteractorStyleNavigator.h index 4e014f2..e379292 100644 --- a/vv/vvInteractorStyleNavigator.h +++ b/vv/vvInteractorStyleNavigator.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef __vvInteractorStyleNavigator_h #define __vvInteractorStyleNavigator_h #include "vtkInteractorStyle.h" @@ -22,14 +22,14 @@ // Motion flags #define VTKIS_WINDOW_LEVEL 1024 -#define VTKIS_PICK 1025 +#define VTKIS_PICK_NEW 1025 class vvInteractorStyleNavigator : public vtkInteractorStyle { public: static vvInteractorStyleNavigator *New(); - vtkTypeRevisionMacro(vvInteractorStyleNavigator, vtkInteractorStyle); + vtkTypeMacro(vvInteractorStyleNavigator, vtkInteractorStyle); void PrintSelf(ostream& os, vtkIndent indent); // Description: