X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FvtkGObjectView.h;h=2f6e14ded6de95ef8ba5d200384951546a9581d9;hb=3ec65b98fd11e1bd4379de75498d1770fd0ab397;hp=f502df6232e3f1c712fa439329de352c69b07f38;hpb=17c7281fa9d788fe4df66173b1ab23cecc8918f5;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h index f502df6..2f6e14d 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h @@ -113,17 +113,14 @@ namespace bbtk //Protected Attributes - wxVtkBaseView *_baseView; - - GObjectModel *_model; - - vtkActor *_borderObjectActor; - vtkActor *_fillObjectActor; - - vtkPolyDataMapper* _fillPolyMapper; - vtkPolyDataMapper* _borderPolyMapper; - - vtkPoints *_pts; + wxVtkBaseView * _baseView; + GObjectModel * _model; + vtkActor * _borderObjectActor; + vtkActor * _fillObjectActor; + vtkPolyDataMapper * _fillPolyMapper; + vtkPolyDataMapper * _borderPolyMapper; + + vtkPoints *_pts; // State of the object (See GlobalConstants.h) int _state;