]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx~
2178 creaVtk Bug New High Error in creaVtkFromVtk4DToItk4 box output.
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkFromVtk4DToItk4D.cxx~
index c85c4ebf838078e9c43c9d6eb5d2d489210945de..f322be76993511710cf0d2840308d94c64555a48 100644 (file)
@@ -18,18 +18,13 @@ void FromVtk4DToItk4D::Process()
 {
                creaVtkFromVtk4DToItk4D<vtkImageData*> 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)