X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FBilatTools_Cuda%2Fsrc%2Fcore%2Fcudatools%2Fheader%2Fboth%2FCalibreurF_GPU.h;h=664758d1ea656ffc8d0a15d47e7b596fc0ef537b;hb=bd178531f80f8bc41c998d1c4588f9e18cc29389;hp=5d5183c18d0be57f4e1ba32b1f741558c543f8f6;hpb=7798b7c27cf13aaeada22faae8648df8cb339f1b;p=GPU.git diff --git a/WCudaMSE/BilatTools_Cuda/src/core/cudatools/header/both/CalibreurF_GPU.h b/WCudaMSE/BilatTools_Cuda/src/core/cudatools/header/both/CalibreurF_GPU.h index 5d5183c..664758d 100755 --- a/WCudaMSE/BilatTools_Cuda/src/core/cudatools/header/both/CalibreurF_GPU.h +++ b/WCudaMSE/BilatTools_Cuda/src/core/cudatools/header/both/CalibreurF_GPU.h @@ -41,19 +41,19 @@ namespace gpu public: __BOTH__ - void calibrer(float& value) + void calibrer(float& value) const { value = value * pente + translation; } __BOTH__ - float getPente() + float getPente() const { return this->pente; } __BOTH__ - float getTranslation() + float getTranslation() const { return this->translation; }