X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FBilatTools_CPP%2Fsrc%2Fcore%2Ftools%2Fheader%2FLimitsTools.h;fp=WCudaMSE%2FBilatTools_CPP%2Fsrc%2Fcore%2Ftools%2Fheader%2FLimitsTools.h;h=7fdc5b9ad46bf65b032c63fe0a7940cdd8e61bee;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/BilatTools_CPP/src/core/tools/header/LimitsTools.h b/WCudaMSE/BilatTools_CPP/src/core/tools/header/LimitsTools.h new file mode 100755 index 0000000..7fdc5b9 --- /dev/null +++ b/WCudaMSE/BilatTools_CPP/src/core/tools/header/LimitsTools.h @@ -0,0 +1,54 @@ +#ifndef LIMITS_H +#define LIMITS_H + + + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +class LimitsTools + { + public: + + /*--------------------------------------*\ + |* Constructor *| + \*-------------------------------------*/ + + + LimitsTools(); + + /*--------------------------------------*\ + |* Destructor *| + \*-------------------------------------*/ + + virtual ~LimitsTools(); + + /*--------------------------------------*\ + |* Methodes *| + \*-------------------------------------*/ + + /** + * Be careful between linux and windows limits! + */ + static void rappelTypeSize(void); + + + private: + + /*--------------------------------------*\ + |* Methodes *| + \*-------------------------------------*/ + + /*--------------------------------------*\ + |* Attributs *| + \*-------------------------------------*/ + + }; + +#endif + + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/