]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h
Properties panel and black box text info
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGBlackBoxView.h
index 05a536a0b23b1ffae4ad7d7a17767d722a7af5f7..2d5ce85352a3aacde2a9fb14f2353bf4e2290150 100644 (file)
@@ -53,7 +53,7 @@ Version:   $Revision$
 
 #include "vtkPolyDataMapper.h"
 #include "vtkActor.h"
-
+#include "vtkVectorText.h"
 #include "vtkRenderer.h"
 #include "vtkCellArray.h"
 
@@ -80,14 +80,20 @@ namespace bbtk
 
                //Private Attributes
                vtkPoints *_pts;
+               vtkActor* _nameActor;
+               vtkActor* _typeActor;
+               vtkVectorText* _vectorNameText;
+               vtkVectorText* _vectorTypeText;
 
                //Private Methods
+               void updatePositionTextActors(double xInic, double yInic, double zInic);
 
        protected:
 
                //Protected Attributes
                
                //Protected Methods
+               virtual void addVtkActors();
                virtual void createVtkObjects();
                virtual void update(int command);
        };