TP fractalTP fractal..
[GPU.git] / WCudaMSE / BilatTools_Cuda / src / core / cudatools / header / both / CalibreurF_GPU.h
index 5d5183c..664758d 100755 (executable)
@@ -41,19 +41,19 @@ namespace gpu
        public:\r
 \r
            __BOTH__\r
-           void calibrer(float& value)\r
+           void calibrer(float& value) const\r
                {\r
                value = value * pente + translation;\r
                }\r
 \r
            __BOTH__\r
-           float getPente()\r
+           float getPente() const\r
                {\r
                return this->pente;\r
                }\r
 \r
            __BOTH__\r
-           float getTranslation()\r
+           float getTranslation() const\r
                {\r
                return this->translation;\r
                }\r