]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/WidgetShowNPoints.h
3517 ShowNPoints actual Point
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / WidgetShowNPoints.h
index 30c38634f5b675bf2244ff9ed85fd9b46a4613dd..9a6ab0d1bb21107a499c4a0654b45c826b5b30a9 100644 (file)
@@ -71,7 +71,8 @@ class WidgetShowNPoints : public wxPanel
       void GetCollectionPoint(int idCol,int idPoint, double *pPoint);
       
       void SetCollectionPoint(int idCol, int idPoint, std::vector<double> modPoint);
-
+      void SetActualCollection( int actual );
+    
       void OnUndo(wxCommandEvent &event);
       void OnRedo(wxCommandEvent &event);
       void UndoRedo_SaveCollection();
@@ -112,29 +113,15 @@ class WidgetShowNPoints : public wxPanel
       virtual void  SetOutputBox();
       void          ErasePoint(int id);
 
-      std::vector<double> GetLstPointsX();
-      std::vector<double> GetLstPointsY();
-      std::vector<double> GetLstPointsZ();
-      std::vector<std::string> GetLstLabels();
-      std::vector<int> GetLstIndexs();
-
-    
+      std::vector<double>       GetLstPointsX();
+      std::vector<double>       GetLstPointsY();
+      std::vector<double>       GetLstPointsZ();
+      std::vector<std::string>  GetLstLabels();
+      std::vector<int>          GetLstIndexs();
 
   protected:
-
   private:
-    
-      // EED 2022-05-19
-      //vtkRenderer                       *renderer;
-         //std::vector<vtkActor*>            lstActorsSphere;//NTU changed from prop3D to Actor
-         //std::vector<vtkTextActor3D*>      lstActorsText;
-      //std::vector<vtkSphereSource*>     lstSourceSphere;
-      //std::vector<double>               mcolour;
-      //ModelShowNPoints*                 mmodelShowNPoints;
-      //double                            mopacity;
       std::vector<ViewShowNPoints*>       lstViewShowNPoints;
-
-    
          //NTU: For updating points
          wxStaticText                              * askPointLabel;
          wxTextCtrl                                * textCtrl;
@@ -148,7 +135,6 @@ class WidgetShowNPoints : public wxPanel
       std::vector<ModelShowNPoints*>    lstModelShowNPoints;
          int                                                       mtype;
       int                               mActualCollection;
-//    bool                              trackPointFlag;
       int                               idTrack;
       int                               idUndoRedo;
       int                               maxUndoRedo;