]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/WidgetShowNPoints.h
#3525 ShowNPoints Actual Visu collection option
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / WidgetShowNPoints.h
index 3f444fa785429d212f0f3f7035cf78c16e208dbc..5ed2ea19225b999f1d9932ba460268336bc79298 100644 (file)
@@ -116,20 +116,22 @@ class WidgetShowNPoints : public wxPanel
       ViewShowNPoints* GetViewShowNPoints();
          void SetInitLstPoints( std::vector<double> initLstPointsX,  std::vector<double> initLstPointsY, std::vector<double> initLstPointsZ, std::vector<std::string> initLstLabels,  std::vector<int> initLstIndexs );
 
-    void          SetType(int type);
-    int           GetType();
-    double        GetRadio();
-    double        GetOpacity();
-    virtual void  SetOutputBox();
-    bool          ErasePoint(int id);
-
-    void          SetAuxMesh(vtkPolyData* , std::vector<double> spc, std::vector<double> params);
+    void                        SetType(int type);
+    int                         GetType();
+    double                      GetRadio();
+    double                      GetOpacity();
+    virtual void                SetOutputBox();
+    bool                        ErasePoint(int id);
+
+    void                        SetAuxMesh(vtkPolyData* , std::vector<double> spc, std::vector<double> params);
     
-    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();
+    std::vector<int>            GetLstSelectedIndexs();
+
 
   protected:
   private:
@@ -152,7 +154,7 @@ class WidgetShowNPoints : public wxPanel
         std::vector<ModelShowNPoints*>  lstModelShowNPoints;
         int                                                        mtype;
         int                             mActualCollection;
-        int                             idTrack;
+//        int                             idTrack;
         int                             idUndoRedo;
         int                             maxUndoRedo;
         std::string                     UndoRedoDir;