]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/WidgetShowNPoints.h
#3485 ShowNPionts for Multiple Groups
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / WidgetShowNPoints.h
index 75776ad6d55e3aa8e1318613240ace58215f365d..4edd315d9cf7330dc5798467c383e3c393dd8a2e 100644 (file)
@@ -73,6 +73,7 @@ class WidgetShowNPoints : public wxPanel
          void InsertPoint(int x, int y, int z, std::string label);//CFT
          void DeleteAllPoints();
 
+      int GetLstModelShowNPointsSize();
          ModelShowNPoints* GetModelShowNPoints();
       ViewShowNPoints* GetViewShowNPoints();
          void SetInitLstPoints( std::vector<int> initLstPointsX,  std::vector<int> initLstPointsY, std::vector<int> initLstPointsZ, std::vector<std::string> initLstLabels );
@@ -82,8 +83,11 @@ class WidgetShowNPoints : public wxPanel
 
                double GetRadio();
                double GetOpacity();
+
+    virtual void                      SetOutputBox();
+    void                              ErasePoint(int id);
+
     
-    void CreatePatch01();
     
     std::vector<int> GetLstPointsX();
     std::vector<int> GetLstPointsY();
@@ -94,10 +98,8 @@ class WidgetShowNPoints : public wxPanel
     
 
   protected:
-         virtual void                          SetOutputBox();
 
   private:
-         void                                      ErasePoint(int id);
     
       // EED 2022-05-19
       //vtkRenderer                       *renderer;