]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h
#3475 wxVtkBaseView export parameters Point Normal
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkBaseData.h
index 4047fc9636920d00efcac3ef5985def86e91977a..de5b86cf3560cfdc5d3d4bede2e5854748bd4c9b 100644 (file)
@@ -44,6 +44,8 @@ public:
        void                    SetZ(double z);
        int                             GetT();
        void                    SetT(double t);
+       virtual                 double GetX();
+       virtual                 double GetY();
        void                    SetColorWindow(double colorWindow);
        void                    SetColorLevel(double colorLevel);       
        double                  GetColorWindow();
@@ -58,6 +60,7 @@ public:
        double                  GetCameraParallelScale();
        void                    SetCameraParallelScale(double value);
 
+
 protected:
        marImageData    *_marImageData;
        double                  _z;