]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxVtkSceneManager.h
index 436903a3ed893a36cd11df5049735aec72e80a05..6baf98c4b342bd0cf2e78b846a54fb8719f3565c 100644 (file)
@@ -74,7 +74,7 @@ Version:   $Revision$
 #include <vtkRenderWindowInteractor.h>
 #include <vtkRenderer.h>
 #include <vtkInteractorStyleImage.h>
-
+#include <vtkTextActor3D.h>
 
 //Includes std
 #include <iostream>
@@ -218,6 +218,8 @@ namespace bbtk
                int _idConnectionInCreation;
 
                int _contLastId;
+               
+               vtkTextActor3D *_textActor;
 
        protected: