X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkFromVtk4DToItk4D.cxx~;h=f322be76993511710cf0d2840308d94c64555a48;hb=b86c5e5bcfba4a249f324fc8a73c2691c54a24cd;hp=c85c4ebf838078e9c43c9d6eb5d2d489210945de;hpb=4a280e4f9934a2d03dcb9a5f506e7c8152e7eee8;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx~ b/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx~ index c85c4eb..f322be7 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx~ +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx~ @@ -18,18 +18,13 @@ void FromVtk4DToItk4D::Process() { creaVtkFromVtk4DToItk4D prs; prs.SetImage4Dvtk(bbGetInputIn()); - bbSetOutputOut(prs.Process()); + //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) //===== void FromVtk4DToItk4D::bbUserSetDefaultValues() { - -// SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX -// Here we initialize the input 'In' to 0 - bbSetInputIn(0); - } //===== // 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)