X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=e3145b1d840425812feef4f2a6f4773c7073b90e;hb=60d23fcd357696aa97aa4a6ebb96fa807f693613;hp=aeac0a669c184655edac95f1299aba856aa6c8da;hpb=0083c3fb2c66812489631c7551709d121de51625;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index aeac0a6..e3145b1 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -1,19 +1,28 @@ -#ifndef CLITKCOMMON_H -#define CLITKCOMMON_H -/** - ------------------------------------------------------------------- - * @file clitkCommon.h - * @author David Sarrut - * @date 17 May 2006 07:57:56 +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv - * @brief + 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 - -------------------------------------------------------------------*/ + 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. -// clitk include + 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 -#include "clitkConfiguration.h" +// clitk include #include "clitkPortability.h" +#include "clitkDD.h" +#include "clitkExceptionObject.h" // itk include (include std) #include @@ -21,6 +30,8 @@ #include #include +#include + //-------------------------------------------------------------------- namespace clitk { @@ -28,11 +39,6 @@ namespace clitk { typedef unsigned short ushort; typedef unsigned int uint; - //-------------------------------------------------------------------- - // display -#define DD(a) std::cout << #a " = [ " << a << " ]" << std::endl; -#define DDV(a,n) { std::cout << #a " = [ "; for(unsigned int _i_=0; _i_ & list); + //-------------------------------------------------------------------- double cotan(double i); double invcotan(double i);