X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.h;fp=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.h;h=31c974d1204a41ddb2243580f47ecf9ac23bbaf9;hb=d94d2f7794610cbd1e659632bc7da4802796b621;hp=dfecab706d1484a08c2ff63ae3c822de46a6f5b9;hpb=e12e7f1b6c5a32373366ffe4172e5ddcd1a05209;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h index dfecab7..31c974d 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h @@ -287,8 +287,11 @@ namespace bbtk int _contLastId; vtkTextActor3D *_textActor; - vtkPoints *_pts; - vtkActor *_fillObjectActor; + std::string _bugTextActor_text; + int _bugTextActor_status; + + vtkPoints *_pts; + vtkActor *_fillObjectActor; vtkDataSetMapper *_aPolygonMapper; Factory::Pointer _bbtkfactory;