X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkFromVtk4DToItk4D.cxx;h=4a79770af6c49d674d9a12b197d409e644969255;hb=b86c5e5bcfba4a249f324fc8a73c2691c54a24cd;hp=fb20c3055c9a950a03684b83710a79c55b39498c;hpb=4a280e4f9934a2d03dcb9a5f506e7c8152e7eee8;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx index fb20c30..4a79770 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx @@ -18,7 +18,8 @@ void FromVtk4DToItk4D::Process() { creaVtkFromVtk4DToItk4D prs; prs.SetImage4Dvtk(bbGetInputIn()); - bbSetOutputOut(prs.Process()); + //Bug. Cant declare output image in .h + //bbSetOutputOut(prs.Process()); } //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)