X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGBlackBoxView.h;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGBlackBoxView.h;h=2d5ce85352a3aacde2a9fb14f2353bf4e2290150;hb=1b3060e78b445e19d51933556fb072cc90e30c99;hp=05a536a0b23b1ffae4ad7d7a17767d722a7af5f7;hpb=0b3b25440d23eabf549ebdfa0a4a39ea91ea2f23;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h index 05a536a..2d5ce85 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h @@ -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); };