]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR2DView.h
wxMaracasSuperposition.cxx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR2DView.h
index b385e4d5ae34b6ef4194d0cbb02458c6c0218cb0..d2a8326c8aa13fe4477388f08f9caa8d7d48f0f0 100644 (file)
@@ -5,6 +5,12 @@
 
 #include "wxVtk2DBaseView.h"
 
+#include "vtkPolyDataMapper.h"
+#include <vtkPolyData.h>
+#include <vtkPoints.h>
+#include "vtkActor.h"
+#include "vtkPolyData.h"
+
 class creaMaracasVisu_EXPORT wxVtkMPR2DView :  public wxVtk2DBaseView
 {
 public:
@@ -24,6 +30,8 @@ public:
                        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);
+       
                        void                    SetVisibleAxis(bool ok);