]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h
Necessary changes to manage the basic action . First prototype totally completed...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGBlackBoxView.h
index 2d5ce85352a3aacde2a9fb14f2353bf4e2290150..8114f51809a33761b1f9b3ae7a3f7252261a15d0 100644 (file)
@@ -57,6 +57,9 @@ Version:   $Revision$
 #include "vtkRenderer.h"
 #include "vtkCellArray.h"
 
+#include "vtkTextActor3D.h"
+#include "vtkTextProperty.h"
+
 
 //Includes std
 #include <iostream>
@@ -82,7 +85,10 @@ namespace bbtk
                vtkPoints *_pts;
                vtkActor* _nameActor;
                vtkActor* _typeActor;
-               vtkVectorText* _vectorNameText;
+
+               //vtkVectorText* _vectorNameText;
+               vtkTextActor3D* _vectorNameText;
+
                vtkVectorText* _vectorTypeText;
 
                //Private Methods