]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pHistogram.h
#2971 creaMaracasVisu Feature New Normal ColorLayerImage - ColorBar position
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pHistogram.h
index a7689bd6547d91ad904082990c84eadef5d3c43b..a57b4ddfcca5884f84e91702d41fdbff1fd831c7 100644 (file)
@@ -115,7 +115,7 @@ class pHistogram //:public wxObject
                  hash por getting the index for the histogram vector of the original
                  image
                */
-               int getIndex(int gValue);
+               int getIndex(double gValue);
                /*
                Setting the size
                */
@@ -163,15 +163,15 @@ class pHistogram //:public wxObject
                /*
                 Maximum Level of grey
                */
-               int maxLevelOfGrey;
+               double maxLevelOfGrey;
                /*
                 Minimum Level of grey
                */
-               int minLevelOfGrey;
+               double minLevelOfGrey;
                /*
                 image size
                */
-               int sizeImage;
+               long int sizeImage;
 
        //DECLARE_CLASS (pHistogram)
 };