TP fractalTP fractal..
[GPU.git] / WCudaMSE / BilatTools_CPP / src / core / tools / header / namespace_cpu / CalibreurF_CPU.h
index 6f40d89..3de7d95 100755 (executable)
@@ -26,17 +26,17 @@ namespace cpu
 \r
        public:\r
 \r
-           void calibrer(float& value)\r
+           void calibrer(float& value) const\r
                {\r
                value = value * pente + translation;\r
                }\r
 \r
-           float getPente()\r
+           float getPente() const\r
                {\r
                return this->pente;\r
                }\r
 \r
-           float getTranslation()\r
+           float getTranslation() const\r
                {\r
                return this->translation;\r
                }\r