X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=4087259d07feb1c70aff82e97557398995890785;hb=12d316bb5efa14dd616e9b3cfcceb515a986341d;hp=1c5f9a09bf4d6241046e19481b2b267ae644b1df;hpb=931a42358442f4ee4f314613c991c838d4b4e3b7;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index 1c5f9a0..4087259 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -1,37 +1,37 @@ -#ifndef CLITKCOMMON_H -#define CLITKCOMMON_H +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr -/** - ------------------------------------------------------------------- - * @file clitkCommon.h - * @author David Sarrut - * @date 17 May 2006 07:57:56 + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. - * @brief + It is distributed under dual licence - -------------------------------------------------------------------*/ + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +======================================================================-====*/ + +#ifndef CLITKCOMMON_H +#define CLITKCOMMON_H -// std include -#include -#include -#include -#include -#include -#include -#include -#include -#include +// clitk include +#include "clitkConfiguration.h" +#include "clitkPortability.h" -#include "itkMacro.h" +// itk include (include std) #include +#include +#include +#include //-------------------------------------------------------------------- namespace clitk { - -#if defined(WIN32) -#define lrint(x) (floor(x+(x>0) ? 0.5 : -0.5)) -#endif - + typedef unsigned char uchar; typedef unsigned short ushort; typedef unsigned int uint; @@ -42,26 +42,19 @@ namespace clitk { #define DDV(a,n) { std::cout << #a " = [ "; for(unsigned int _i_=0; _i_ & list); + //-------------------------------------------------------------------- double cotan(double i); double invcotan(double i); @@ -194,7 +190,11 @@ namespace clitk { //-------------------------------------------------------------------- void disableStdCerr(); void enableStdCerr(); - + + //-------------------------------------------------------------------- + template + void CloneImage(const typename ImageType::Pointer & input, typename ImageType::Pointer & output); + #include "clitkCommon.txx" } // end namespace