Home
last modified time | relevance | path

Searched refs:checkEdge (Results 1 – 19 of 19) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/formats/dot/
H A Dsem.go85 return checkEdge(graph, stmt.From, stmt.To)
89 func checkEdge(graph *ast.Graph, from ast.Vertex, to *ast.Edge) error { func
97 return checkEdge(graph, to.Vertex, to.To)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/graph/formats/dot/
H A Dsem.go85 return checkEdge(graph, stmt.From, stmt.To)
89 func checkEdge(graph *ast.Graph, from ast.Vertex, to *ast.Edge) error { func
97 return checkEdge(graph, to.Vertex, to.To)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/formats/dot/
H A Dsem.go85 return checkEdge(graph, stmt.From, stmt.To)
89 func checkEdge(graph *ast.Graph, from ast.Vertex, to *ast.Edge) error { func
97 return checkEdge(graph, to.Vertex, to.To)
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/edgegraph/
H A DEdgeGraphTest.java41 checkEdge(graph, new Coordinate(0, 0), new Coordinate(1, 0)); in testNode()
77 private void checkEdge(EdgeGraph graph, Coordinate p0, Coordinate p1) { in checkEdge() method in EdgeGraphTest
/dports/science/axom/axom-0.6.1/src/axom/primal/operators/detail/
H A Dintersect_impl.cpp299 return checkEdge(p1, q1, r1, p2, r2, includeBoundary, EPS); //T1 clockwise in intersectPermuted2DTriangles()
307 return checkEdge(p1, q1, r1, r2, q2, includeBoundary, EPS); in intersectPermuted2DTriangles()
322 return checkEdge(p1, q1, r1, q2, p2, includeBoundary, EPS); in intersectPermuted2DTriangles()
337 bool checkEdge(const Point2& p1, in checkEdge() function
H A Dintersect_impl.hpp528 inline bool checkEdge(const Point2& p1,
/dports/graphics/geos/geos-3.9.1/tests/unit/edgegraph/
H A DEdgeGraphTest.cpp41 void checkEdge(EdgeGraph& graph, Coordinate& p0, Coordinate& p1) { in checkEdge() function
103 checkEdge(*graph, p0, p1); in test()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/
H A DSplitDropAgent2.java176 if (checkEdge(info, ctrl)) { in checkAreaEdge()
189 if (checkEdge(info, ctrl)) { in checkPerspectiveEdge()
197 private boolean checkEdge(DnDInfo info, Control ctrl) { in checkEdge() method in SplitDropAgent2
/dports/math/psurface/psurface-2.0.0-13-gb5b6825/
H A DHxParamToolBox.h120 void PSURFACE_API checkEdge(const PSurface<2,float>* par);
/dports/math/ogdf/OGDF/src/ogdf/upward/internal/
H A DUpwardPlanaritySingleSource.cpp91 bool checkEdge(edge e, node parent, EdgeArray<bool> &checked);
217 if (m_isConstrained[e] && !checkEdge(e, e->target(), checked)) { in findRooting()
236 bool UpwardPlanaritySingleSource::ConstraintRooting::checkEdge( in checkEdge() function in ogdf::UpwardPlanaritySingleSource::ConstraintRooting
256 if (eAdj != e && !checkEdge(eAdj, child, checked)) { in checkEdge()
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/informedtrees/
H A DBITstar.h365 bool checkEdge(const VertexConstPtrPair &edge);
/dports/www/srt/srt-1.4.4/srtcore/
H A Depoll.cpp541 ed.checkEdge(i++); // NOTE: potentially deletes `i` in uwait()
627 if (ed.checkEdge(it)) // NOTE: potentially erases 'it'. in wait()
811 … const bool edged SRT_ATR_UNUSED = d.checkEdge(i++); // NOTE: potentially deletes `i` in swait()
H A Depoll.h305 bool checkEdge(enotice_t::iterator i) in checkEdge() function
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DPolyhedron_ConvexHull.h38 assert(checkEdge(edge)); in push_back()
78 bool checkEdge(Edge* edge) const { in checkEdge() function
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/informedtrees/src/
H A DBITstar.cpp579 if (this->checkEdge(edge)) in iterate()
799 bool BITstar::checkEdge(const VertexConstPtrPair &edge) in checkEdge() function in ompl::geometric::BITstar
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dneatoinit.c688 static int checkEdge(PointMap * pm, edge_t * ep, int idx) in checkEdge() function
847 idx = checkEdge(ps, ep, j); in makeGraphData()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmltable.c1431 checkEdge (graph_t* g, node_t* t, node_t* h, int sz) in checkEdge() function
1496 checkEdge (colg, t, h, cp->data.box.UR.x); in makeGraphs()
1500 checkEdge (rowg, t, h, cp->data.box.UR.y); in makeGraphs()
/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DRxnRule.pm931 my $checkEdge = 0; #equated to 1 to resolve the molecule that are identified with same edge
1585 $checkEdge = 1;
1615 if ( $checkEdge == 1 ) {
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dmap.c1594 bool checkEdge = ((range >= 1) && !(place_is_wrapping(place))); in mapAnimateProjectile() local
1614 if (checkEdge) in mapAnimateProjectile()