X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkConeBeamProjectImageGenericFilter.h;h=8ad24886f86d5ee491f339d03c0bdeca0742d60d;hb=8eaf0a647fec2440abf6064d78d3eab735aa90c6;hp=9ed8826e7381f753f564d310263b0f39e18c8db5;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkConeBeamProjectImageGenericFilter.h b/tools/clitkConeBeamProjectImageGenericFilter.h old mode 100755 new mode 100644 index 9ed8826..8ad2488 --- a/tools/clitkConeBeamProjectImageGenericFilter.h +++ b/tools/clitkConeBeamProjectImageGenericFilter.h @@ -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 CLITKCONEBEAMPROJECTIMAGEGENERICFILTER__H #define CLITKCONEBEAMPROJECTIMAGEGENERICFILTER__H /** @@ -64,20 +64,6 @@ namespace clitk { m_Verbose=m_ArgsInfo.verbose_flag; } - // void SetVerbose(const bool v){mVerbose=v;} - // void SetInput(const std::string i) { mInput = i; } - // void SetOutput(const std::string o) { mOutput = o; } - // void SetMask(const std::string m) {mMask = m;} - // void SetIsoCenter(const std::vector i) - // { - // mIsoCenter.resize(3); - // for (unsigned int j=0; j < 3; j++) mIsoCenter[j]=i[j]; - // } - // void SetSourceToScreen(const double s) {mSourceToScreen = s;} - // void SetSourceToAxis(const double s) {mSourceToAxis = s;} - // void SetProjectionAngle(const double a) {mProjectionAngle = a;} - // void SetRigidTransformMatrix(const itk::Matrix m) {mRigidTransformMatrix=m;} - // void SetEdgePaddingValue(const double m) {mEdgePaddingValue=m;} //==================================================================== // Update @@ -98,20 +84,9 @@ namespace clitk { bool m_Verbose; std::string m_InputFileName; args_info_clitkConeBeamProjectImage m_ArgsInfo; - // std::string mOutput; - // std::string mMask; - // std::vector mIsoCenter; - // double mSourceToScreen; - // double mSourceToAxis; - // double mProjectionAngle; - // itk::Matrix mRigidTransformMatrix; - // double mEdgePaddingValue; }; } // end namespace clitk -#ifndef ITK_MANUAL_INSTANTIATION -#include "clitkConeBeamProjectImageGenericFilter.txx" -#endif #endif //#define CLITKCONEBEAMPROJECTIMAGEGENERICFILTER__H