Home
last modified time | relevance | path

Searched refs:findVertices (Results 1 – 10 of 10) sorted by relevance

/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/adapter/
H A DJGraphSQLBusinessModel.java67 public Collection findVertices(String query, Object parent) in findVertices() method in JGraphSQLBusinessModel
69 return ((JGraphSQLBackend) getBackend()).findVertices(this, query, in findVertices()
H A DJGraphSQLQueryPane.java83 Iterator it = businessModel.findVertices(query, in JGraphSQLQueryPane()
H A DJGraphSQLBackend.java301 public Collection findVertices(JGraphAdapterModel sender, Object query, in findVertices() method in JGraphSQLBackend
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/V3/
H A DResolution.hs95 resolveComponents . findEdges . findVertices context
154 findVertices
160 findVertices context patches = go S.empty [] context patches NilFL where function
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/buildPolytopes/
H A DBuildPolytope.cpp222 findVertices(); //facets information is saved in facets. in buildLatteVRepFile()
409 void BuildPolytope::findVertices() in findVertices() function in BuildPolytope
487 findVertices(); in getVertices()
493 findVertices(); in getVertexCount()
H A DBuildPolytope.h91 void findVertices(); //saves the vertices in points (overrides the org. points vector).
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/
H A DAdjacentVertexFinder.java29 public static Coordinate[] findVertices(Geometry geom, Coordinate testPt) in findVertices() method in AdjacentVertexFinder
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/
H A DGeometryEditModel.java288 return AdjacentVertexFinder.findVertices(getGeometry(), vertex); in findAdjacentVertices()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/valuation/test/
H A DbuildDatabaseRandomPolytopesDriver.cpp67 newPolytope.findVertices(); in buildSpecficPolytopeAndTestCase()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/tracker/dht/
H A DDHTTrackerPlugin.java4438 public int[] findVertices(double x,double y) {