]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GObjectModel.h
#3252Select mechanism of boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GObjectModel.h
index ee639e33e579b4abf3b207bdd5ff755125418184..368b9775368667d61677ad56abd5981d2a01e63d 100644 (file)
@@ -108,6 +108,7 @@ namespace bbtk {
 
         // Returns true if (x,y,z) is inside the rectangle 
         virtual bool isPointInside( double x, double y, double z );
+        bool isBoxInsideRectangle(double x1,double y1, double z1,double x2,double y2, double z2);
 
         // Get the type of the graphical objects (See the GlobalConstants.h file)
         int getGObjectType( );