]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/pPlotter.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / pPlotter.h
index 5049e85955fdc5c718ad6efddfe4c7f191e02237..e648a9ab55b4507edebf1c829e0dd05d4d2b46de 100644 (file)
@@ -204,6 +204,21 @@ public:
                                          bool zoomOut,bool showPoints,bool noShowPoints,bool changeColor, bool addP,
                                          bool delPoint,bool load,bool save);
 
+
+       /**
+       **      Returns two vectors, the grey level of the point and its value, the value is between [0,1]
+       **/
+       void GetValuesPointsFunction(std::vector<double>& greylevel,std::vector<double>& value, int histogramsize);
+
+       /**
+       **      Returns two vectors, the grey level of the point and its value, the red, green
+       **      and blue value is between [0,1]
+       **/
+       void GetValuesColorPointsFunction(std::vector<double>& greylevel,
+                                                                       std::vector<double>& red,
+                                                                       std::vector<double>& green,
+                                                                       std::vector<double>& blue);
+       
        //----------------------------------------------------------------------------------------
        // Attributes declration
        //----------------------------------------------------------------------------------------