X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FBilatTools_CPP%2Fsrc%2Fcore%2Ftools%2Fheader%2Fnamespace_cpu%2FIndiceTools_CPU.h;h=a97f64b26f5244da97effee120282e8f2a562411;hp=89e2f3e1e712007deac5a74230b8988aa5c056ae;hb=cb39d6a91b65d2862018430d65e633d2a8fdc818;hpb=2d95edd9a2d09421e5eae56755bdf3105e12edf7 diff --git a/WCudaMSE/BilatTools_CPP/src/core/tools/header/namespace_cpu/IndiceTools_CPU.h b/WCudaMSE/BilatTools_CPP/src/core/tools/header/namespace_cpu/IndiceTools_CPU.h index 89e2f3e..a97f64b 100755 --- a/WCudaMSE/BilatTools_CPP/src/core/tools/header/namespace_cpu/IndiceTools_CPU.h +++ b/WCudaMSE/BilatTools_CPP/src/core/tools/header/namespace_cpu/IndiceTools_CPU.h @@ -12,41 +12,40 @@ namespace cpu { class IndiceTools - { + { - /*--------------------------------------*\ + /*--------------------------------------*\ |* Constructor *| - \*--------------------------------------*/ + \*--------------------------------------*/ - public: + public: - /*--------------------------------------*\ + /*--------------------------------------*\ |* Methodes *| - \*--------------------------------------*/ + \*--------------------------------------*/ - public: + public: - /** - * s[0,W*H[ --> i[0,H[ j[0,W[ - */ - static void toIJ( int s, int W, int* ptri, int* ptrj); + /** + * s[0,W*H[ --> i[0,H[ j[0,W[ + */ + static void toIJ(int s, int W, int* ptri, int* ptrj); - /** - * i[0,H[ j[0,W[ --> s[0,W*H[ - */ - static int toS(int W, int i, int j); + /** + * i[0,H[ j[0,W[ --> s[0,W*H[ + */ + static int toS(int W, int i, int j); - - /*-------------------------------------*\ + /*-------------------------------------*\ |* Attributs *| - \*-------------------------------------*/ + \*-------------------------------------*/ - private: + private: - }; + }; } -#endif +#endif /*----------------------------------------------------------------------*\ |* End *|