]> Creatis software - clitk.git/blobdiff - vv/vvMeshActor.cxx
Adapted manual rigid registration: less functions in vvImage, more on vvToolRigidRed...
[clitk.git] / vv / vvMeshActor.cxx
index 80074b6efd795debad6a0a7724e93ef05fbfcd0b..649b91af7e9bb7f020a264f2f4a86e3fec31b2f7 100644 (file)
@@ -1,27 +1,20 @@
 /*=========================================================================
+  Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
 
- Program:   vv
- Language:  C++
- Author :   Joel Schaerer (joel.schaerer@insa-lyon.fr)
+  Authors belong to: 
+  - University of LYON              http://www.universite-lyon.fr/
+  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
-Copyright (C) 2008
-Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr
-CREATIS-LRMN http://www.creatis.insa-lyon.fr
+  This software is distributed WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+  PURPOSE.  See the copyright notices for more information.
 
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, version 3 of the License.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-=========================================================================*/
+  It is distributed under dual licence
 
+  - BSD        See included LICENSE.txt file
+  - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+======================================================================-====*/
 #include "vvMeshActor.h"
 #include "clitkCommon.h"
 #include <vtkPolyDataMapper.h>
@@ -119,7 +112,7 @@ void vvMeshActor::ToggleSuperposition()
 {
     DD("Warning: superposition not implemented");
   // std::cout << "vvMeshActor::ToggleSuperposition size = " << mMeshes.size() << std::endl;
-    if (not mSuperpostionMode and mMesh->GetNumberOfMeshes() > 1)
+    if (! mSuperpostionMode && mMesh->GetNumberOfMeshes() > 1)
     {
         mSuperpostionMode=true;
     }