]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h
The actual version updates the status bar with the highlighted object ... Also it...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.h
index d07a3fd7def5884e6ed6e2b5241b15009ea07276..691d2ef3290690c5887ebc58badc5272d261222d 100644 (file)
@@ -84,7 +84,7 @@ namespace bbtk
                virtual void moveObject(int X, int Y);
 
                virtual void update(int idController,int command);
-               void isStartDragging(bool param);
+               void setStartDragging(bool param);
 
                void setState(int state);
                int getState();
@@ -105,7 +105,11 @@ namespace bbtk
                //Protected Attributes
                wxVtkBaseView *_baseView;
                GObjectModel *_model;
-               vtkActor *_objectActor;
+               vtkActor *_borderObjectActor;
+               vtkActor *_fillObjectActor;
+               vtkPolyDataMapper* _fillPolyMapper;
+               vtkPolyDataMapper* _borderPolyMapper;
+               vtkPoints *_pts;
                int  _state;
                
                //Protected Methods