X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvToITK.h;h=be22b621258a5db13a57d08881d8382f95a3f79d;hb=ae51e9bb80bdcd9468718a9473c1e9316cef2fd5;hp=2323ae5cc81c152144174d20e197bd32c336e8d9;hpb=f6eb604895c396999872e92dd944c57e8189da94;p=clitk.git diff --git a/common/vvToITK.h b/common/vvToITK.h index 2323ae5..be22b62 100644 --- a/common/vvToITK.h +++ b/common/vvToITK.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 VVIMAGETOITK_H #define VVIMAGETOITK_H @@ -89,7 +89,6 @@ template typename ImageType::ConstPointer vvImageToITK(vvImage: typedef itk::VTKImageToImageFilter ConnectorType; typename ConnectorType::Pointer connector = ConnectorType::New(); connector->SetInput(vv_image->GetVTKImages()[0]); - connector->Update(); return connector->GetOutput(); }