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=538ef7eb666a6da30c33f10b562d472d41c9d48b;hb=511369e67cf26244fc8768a727a03f42ff42865f;hp=4bd437d523b48a050c53e66b4bcd9268d0474318;hpb=d108e756e1f5444e19b63ec457033b7518ba060e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h index 4bd437d..538ef7e 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGBlackBoxView.h @@ -89,49 +89,34 @@ Version: $Revision$ #include "vtkTextActor3D.h" #include "vtkTextProperty.h" - //Includes std #include - namespace bbtk { - class vtkGBlackBoxView : public vtkGBoxView { - public: - //Constructors vtkGBlackBoxView(); ~vtkGBlackBoxView(); - //Public methods - private: - //Private Attributes vtkTextActor3D *_boxTextActor; - //Private Methods void updatePositionTextActor(double xInic, double yInic, double zInic); - protected: - //Protected Attributes - //Protected Methods virtual void addVtkActors(); virtual void removeVtkActors(); virtual void createVtkObjects(); - virtual void update(int idController,int command); virtual void updateColors(); virtual void update_X_Fin(); - + protected: }; - - } // namespace bbtk #endif