]> Creatis software - clitk.git/blobdiff - common/vvToITK.h
Comment snoutID
[clitk.git] / common / vvToITK.h
index 2323ae5cc81c152144174d20e197bd32c336e8d9..be22b621258a5db13a57d08881d8382f95a3f79d 100644 (file)
@@ -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 VVIMAGETOITK_H
 #define VVIMAGETOITK_H
@@ -89,7 +89,6 @@ template<class ImageType> typename ImageType::ConstPointer vvImageToITK(vvImage:
       typedef itk::VTKImageToImageFilter <ConnectorImageType> ConnectorType;
       typename ConnectorType::Pointer connector = ConnectorType::New();
       connector->SetInput(vv_image->GetVTKImages()[0]);
-
       connector->Update();
       return connector->GetOutput();
     }