Salome HOME
Fix other crashs with attractors in other out of bounds cases
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_Attractor.hxx
index b3ef69a21eb0b7ff1a6cba977d79fe7bb43df205..1f5d8b64c91e5522c0997ffa75f001ccfb57b333 100644 (file)
@@ -88,6 +88,7 @@ class BLSURFPlugin_Attractor {
     
     bool init();                                                // Calculates the discrete points correponding to attractor 
                                                                 // and intialises the map of distances
+    void avoidOutOfBounds(int& i, int&j);
     void edgeInit(Handle(Geom_Surface) aSurf, const TopoDS_Edge& anEdge);
     
     double              GetSize (double u, double v);