From cc4637414eec933d6e17eda78c732da3b81ff564 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 14 Dec 2009 17:52:31 +0000 Subject: [PATCH] *** empty log message *** --- PackRecalage/bbs/appli/ExampleRecalage3D1Point.bbs | 6 +++--- PackRecalage/bbs/appli/ExampleRecalage3D2Points.bbs | 6 +++--- PackRecalage/bbs/appli/ExampleRecalage3D3Points.bbs | 7 ++++--- PackRecalage/bbs/appli/Recalage.bbs | 5 +++++ PackRecalage/bbs/appli/Recalage2D.bbs | 4 ++++ lib/Transparency.cxx | 3 ++- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/PackRecalage/bbs/appli/ExampleRecalage3D1Point.bbs b/PackRecalage/bbs/appli/ExampleRecalage3D1Point.bbs index 8b00114..b58ffd3 100644 --- a/PackRecalage/bbs/appli/ExampleRecalage3D1Point.bbs +++ b/PackRecalage/bbs/appli/ExampleRecalage3D1Point.bbs @@ -1,6 +1,6 @@ -description "Recalage3D Version 1" -author "jn.trillos44@uniandes.edu.co" -category "demo" +description "Recalage3D 1-point" +author "info-dev@creatis.insa-lyon.fr" +category "example" load vtk include wxvtk diff --git a/PackRecalage/bbs/appli/ExampleRecalage3D2Points.bbs b/PackRecalage/bbs/appli/ExampleRecalage3D2Points.bbs index 79b4532..54dac47 100644 --- a/PackRecalage/bbs/appli/ExampleRecalage3D2Points.bbs +++ b/PackRecalage/bbs/appli/ExampleRecalage3D2Points.bbs @@ -1,6 +1,6 @@ -description "Example of posible Recalage implementation" -author "jn.trillos44@uniandes.edu.co" -category "demo" +description "Recalage3D 2-point" +author "info-dev@creatis.insa-lyon.fr" +category "example" load vtk include wxvtk diff --git a/PackRecalage/bbs/appli/ExampleRecalage3D3Points.bbs b/PackRecalage/bbs/appli/ExampleRecalage3D3Points.bbs index 167dedb..9d65f31 100644 --- a/PackRecalage/bbs/appli/ExampleRecalage3D3Points.bbs +++ b/PackRecalage/bbs/appli/ExampleRecalage3D3Points.bbs @@ -1,6 +1,7 @@ -description "Example of posible Recalage implementation" -author "jn.trillos44@uniandes.edu.co" -category "demo" +description "Recalage3D 3-point" +author "info-dev@creatis.insa-lyon.fr" +category "example" + load vtk include wxvtk diff --git a/PackRecalage/bbs/appli/Recalage.bbs b/PackRecalage/bbs/appli/Recalage.bbs index 62b12d4..c173386 100644 --- a/PackRecalage/bbs/appli/Recalage.bbs +++ b/PackRecalage/bbs/appli/Recalage.bbs @@ -1,3 +1,8 @@ +description "creatisRecalage::Recalage Rigid 2D and 3D examples. " +category "example" +author "info-dev@creatis.insa-lyon.fr" + + load wx //load PackRecalage diff --git a/PackRecalage/bbs/appli/Recalage2D.bbs b/PackRecalage/bbs/appli/Recalage2D.bbs index 6405f32..2420805 100644 --- a/PackRecalage/bbs/appli/Recalage2D.bbs +++ b/PackRecalage/bbs/appli/Recalage2D.bbs @@ -1,3 +1,7 @@ +description "creatisRecalage::Recalage Rigid 2D. " +category "example" +author "info-dev@creatis.insa-lyon.fr" + load wx load std load vtk diff --git a/lib/Transparency.cxx b/lib/Transparency.cxx index 1459e2d..335bf32 100644 --- a/lib/Transparency.cxx +++ b/lib/Transparency.cxx @@ -130,7 +130,8 @@ void Transparency::initialize(int dimensions[], double spacing[]) void Transparency::createImage(vtkImageData *img1, vtkImageData *img2, int sizeX, int sizeY) { - int i, j; +// int i, j; EED ??? + if(_type == VTK_CHAR) { //POINTERS: -- 2.45.0