]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/vtkGObjectView.h
#3252Select mechanism of boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / vtkGObjectView.h
index 5b096afd2b4fe0fc03ce50f6429c142b12035ab1..0ad49766d67aa04c6e9e3504e3d422085bba7500 100644 (file)
@@ -106,6 +106,8 @@ namespace bbtk
                // Method to force a vtk refresh to the list of controllers of the wxVtkBaseView
                void setRefreshWaiting();
                virtual bool isPointInside(int X,int Y);
+        virtual bool isBoxInsideRectangle(int X1,int Y1,  int  X2, int  Y2) ;
+
                virtual void moveObject(int X, int Y);
                virtual void removeFromScene();
                virtual void update(int idController,int command);