]> Creatis software - clitk.git/blobdiff - tools/clitkBackProjectImageGenericFilter.txx
Add localization of max and min in clitkImageStatistics
[clitk.git] / tools / clitkBackProjectImageGenericFilter.txx
old mode 100755 (executable)
new mode 100644 (file)
index 2e3e4e5..52dd428
@@ -3,7 +3,7 @@
 
   Authors belong to: 
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 #ifndef CLITKBACKPROJECTIMAGEGENERICFILTER_TXX
 #define CLITKBACKPROJECTIMAGEGENERICFILTER_TXX
 /**
@@ -72,6 +72,8 @@ namespace clitk
          iso[i]=m_ArgsInfo.iso_arg[i];
        filter->SetIsoCenter(iso);
       }
+    if (m_ArgsInfo.panel_shift_given)
+      filter->SetPanelShift(m_ArgsInfo.panel_shift_arg[0], m_ArgsInfo.panel_shift_arg[1]);
     filter->SetSourceToScreen(m_ArgsInfo.screen_arg);
     filter->SetSourceToAxis(m_ArgsInfo.axis_arg); 
     filter->SetProjectionAngle(m_ArgsInfo.angle_arg);