X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FBBTreeDst.txx;h=9497070aad5a208d4c52b17a998beed754589460;hb=ffdef130a5a36893d8e58d538884e79413975c7a;hp=a5cbfb43d82716394ea5c05ce40cd83330ff9305;hpb=3c911ce36f5caa779ea60042e738fa57671a44b1;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/BBTreeDst.txx b/src/INTERP_KERNEL/BBTreeDst.txx index a5cbfb43d..9497070aa 100644 --- a/src/INTERP_KERNEL/BBTreeDst.txx +++ b/src/INTERP_KERNEL/BBTreeDst.txx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -134,6 +134,10 @@ public: } } + /** Get the minimal (square) distance between a point and all the available bounding boxes in the tree. + The (square) distance to a bbox is the true geometric distance between the point and a face + (or an edge, or a corner) of the bbox. + */ void getMinDistanceOfMax(const double *pt, double& minOfMaxDstsSq) const { if(_terminal)