]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImage.h
#3317 creaMaracasVisu Feature New Normal - plane information inf viewerNV
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInfoTextImage.h
index e4578df9f6ab577e06430ba725c3458964ed7322..e0a761db2bd7a9a10a76684ca45a49d67830a087 100644 (file)
@@ -40,6 +40,7 @@ public:
        void PutPosition(int x, int y, int z);
        void PutColorLevel();
        void PutWindowLevel();
+       void PutPlane();
 
 
 protected:
@@ -51,6 +52,7 @@ private:
        vtkTextActor    *_vtkText_ColorLevel;
        vtkTextActor    *_vtkText_position;
        vtkTextActor    *_vtkText_pixelIntensity;
+       vtkTextActor    *_vtkText_plane;
 
        vtkTextActor    *Create_Text_Label(int px, int py);
 };