X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FpPlotter%2FpHistogram.h;h=a57b4ddfcca5884f84e91702d41fdbff1fd831c7;hb=255f774ce4100c0b84e6b5efa5c64d0db77f8a61;hp=a7689bd6547d91ad904082990c84eadef5d3c43b;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pHistogram.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pHistogram.h index a7689bd..a57b4dd 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pHistogram.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pHistogram.h @@ -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) };