]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR2DView.h
Diego Caceres: Changes in CMakeLists.txt.
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR2DView.h
index d2a8326c8aa13fe4477388f08f9caa8d7d48f0f0..8c62a27dc5a578c49ec5538f1d14e31d665b2699 100644 (file)
@@ -29,10 +29,11 @@ public:
                        void                    MoveY(double x, double y, double z);
                        void                    MoveZ(double x, double y, double z);
                        void                    ChangeAxisColor(double x, double y, double z);
-       virtual void                    TransfromeCoordViewWorld(double &X, double &Y, double &Z, int type);
-//     virtual void                    TransfromeCoordScreenToWorld(double &X, double &Y, double &Z, int type);
-       
+       virtual void                    TransFromCoordScreenToWorld(double &X, double &Y, double &Z, bool keepNormalDirection=false, int type=2);
+
                        void                    SetVisibleAxis(bool ok);
+    virtual int             GetDirection();
+
 
 
 private:
@@ -52,7 +53,7 @@ private:
        vtkActor                                        *_lineBActor;
        vtkPolyDataMapper                       *_lineBMapper;
     vtkPolyData                                        *_pdB;
-//     vtkInteractorStyle2DMaracas     *_interactorStyle2DMaracas; 
+//     vtkInteractorStyle2DMaracas     *_interactorStyle2DMaracas;
        vtkInteractorStyleMPRView       *_interactorstylemprview;
 };