]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImage.h
#3474 Refresh optimization DrawAxisTree3D Box
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInfoTextImage.h
index e4578df9f6ab577e06430ba725c3458964ed7322..7997714c590a727de2af88785083aa1a76c34cda 100644 (file)
@@ -40,6 +40,8 @@ public:
        void PutPosition(int x, int y, int z);
        void PutColorLevel();
        void PutWindowLevel();
+       void PutPlane();
+       void SetOpacity(double opacity);
 
 
 protected:
@@ -51,6 +53,7 @@ private:
        vtkTextActor    *_vtkText_ColorLevel;
        vtkTextActor    *_vtkText_position;
        vtkTextActor    *_vtkText_pixelIntensity;
+       vtkTextActor    *_vtkText_plane;
 
        vtkTextActor    *Create_Text_Label(int px, int py);
 };