X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHUtils%2FSMESH_Quadtree.hxx;h=b52992f3f005fd7d459b0bd76d534307202107e5;hb=8d297d6698f361d4f2dde723050bcfbaea050920;hp=7df3ec07fb19cea8d68e38febed9eeb9de450f4f;hpb=a17b36970bc61da1d664453c615754997c925b18;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_Quadtree.hxx b/src/SMESHUtils/SMESH_Quadtree.hxx index 7df3ec07f..b52992f3f 100644 --- a/src/SMESHUtils/SMESH_Quadtree.hxx +++ b/src/SMESHUtils/SMESH_Quadtree.hxx @@ -57,6 +57,9 @@ public: // Allocate a bndbox according to childIndex. childIndex is zero based virtual Bnd_B2d* newChildBox(int childIndex) const; + + // Change size of a box by a factor; each dimension changes independently of others + virtual void enlargeByFactor( Bnd_B2d* box, double factor ) const; }; //================================================================================