X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkCommon.h;h=f36894652b45a002d61103b677c72cd4e69b613a;hb=163fa80ef3873595f3e3cf75fb03e53536d1a6ee;hp=5820966474ac1c515cf3787d0ad09c2c9f23b636;hpb=ea61e98aed4316bda8b156aea5980b08eaf4302b;p=clitk.git diff --git a/common/clitkCommon.h b/common/clitkCommon.h index 5820966..f368946 100644 --- a/common/clitkCommon.h +++ b/common/clitkCommon.h @@ -1,18 +1,25 @@ -#ifndef CLITKCOMMON_H -#define CLITKCOMMON_H +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv -/** - ------------------------------------------------------------------- - * @file clitkCommon.h - * @author David Sarrut - * @date 17 May 2006 07:57:56 + 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 - * @brief + 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. - -------------------------------------------------------------------*/ + It is distributed under dual licence -// clitk include + - 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 + +// clitk include #include "clitkConfiguration.h" #include "clitkPortability.h" @@ -173,6 +180,9 @@ namespace clitk { void openFileForReading(std::ifstream & is, const std::string & filename); void openFileForWriting(std::ofstream & os, const std::string & filename); + //-------------------------------------------------------------------- + void readDoubleFromFile(const std::string & filename, std::vector & list); + //-------------------------------------------------------------------- double cotan(double i); double invcotan(double i);