]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramWidget.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / HistogramWidget.h
index 28c5184de22bb4bf31659c1b65a9972c3f4feffa..e04bbb150662f63a4bfdf8378b6547ee52ef892c 100644 (file)
@@ -155,6 +155,7 @@ public:
                                                                        std::vector<double>& blue);
 
 
+       
 private:
        
         pHistogram* histogram;
@@ -169,11 +170,12 @@ private:
         */
         bool transferenceFunctionHasPoints;
         bool transferenceFunctionHasColor;
+        wxPanel* getControls();
         /*
         * type=1 with transference function for moving
         * type=2 without transference function for moving
         */
-        int type;
+        int type;      
         
         DECLARE_CLASS(HistogramWidget);
         //----------------------------------------------------------------------------