]> 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 fb20c3055c9a950a03684b83710a79c55b39498c..4a79770af6c49d674d9a12b197d409e644969255 100644 (file)
@@ -18,7 +18,8 @@ void FromVtk4DToItk4D::Process()
 {
                creaVtkFromVtk4DToItk4D<vtkImageData*> 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)