X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkFromVtk4DToItk4D.cxx;h=52ddeab5c97c9a0a10f8f0f2bcc313c1fa720f2a;hb=7c3081ccca0482d832635a20482f2391e9a360b8;hp=4a79770af6c49d674d9a12b197d409e644969255;hpb=a8769cd2a4eea19ed0b931a204319e4739f088a5;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx index 4a79770..52ddeab 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkFromVtk4DToItk4D.cxx @@ -1,11 +1,12 @@ -//===== + //===== // 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) //===== #include "bbcreaVtkFromVtk4DToItk4D.h" #include "bbcreaVtkPackage.h" -#include "creaVtkFromVtk4DToItk4D.h" + #include "vtkImageData.h" #include "itkImage.h" + namespace bbcreaVtk { @@ -16,10 +17,15 @@ BBTK_BLACK_BOX_IMPLEMENTATION(FromVtk4DToItk4D,bbtk::AtomicBlackBox); //===== void FromVtk4DToItk4D::Process() { - creaVtkFromVtk4DToItk4D prs; +printf("EED FromVtk4DToItk4D::Process 1\n "); +//EED creaVtkFromVtk4DToItk4D prs; + creaVtkFromVtk4DToItk4D prs; +printf("EED FromVtk4DToItk4D::Process 2\n "); prs.SetImage4Dvtk(bbGetInputIn()); - //Bug. Cant declare output image in .h - //bbSetOutputOut(prs.Process()); +printf("EED FromVtk4DToItk4D::Process 3\n "); + //CT Bug. Cant declare output image in .h + prs.Process(); +//EED bbSetOutputOut( ); } //===== // 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)