]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h
Changes in information presented in status bar, inside the box, and the editing dialo...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGBlackBoxView.h
index 466fb002cbbfd1c837ab9ed47d26f6539dd36b0d..5eee4e1775d0603cb25adfeb91db7f60d0e744fd 100644 (file)
@@ -85,11 +85,10 @@ namespace bbtk
        private:
 
                //Private Attributes
-               vtkTextActor3D* _nameActor;
-               vtkTextActor3D* _typeActor;
+               vtkTextActor3D* _boxTextActor;
 
                //Private Methods
-               void updatePositionTextActors(double xInic, double yInic, double zInic);
+               void updatePositionTextActor(double xInic, double yInic, double zInic);
 
        protected: