Home
last modified time | relevance | path

Searched defs:geomGraph (Results 1 – 9 of 9) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/relate/
H A DRelateNodeGraph.java58 public void build(GeometryGraph geomGraph) in build()
88 public void computeIntersectionNodes(GeometryGraph geomGraph, int argIndex) in computeIntersectionNodes()
116 public void copyNodesAndLabels(GeometryGraph geomGraph, int argIndex) in copyNodesAndLabels()
/dports/graphics/geos/geos-3.9.1/src/operation/relate/
H A DRelateNodeGraph.cpp59 RelateNodeGraph::build(GeometryGraph* geomGraph) in build()
89 RelateNodeGraph::computeIntersectionNodes(GeometryGraph* geomGraph, in computeIntersectionNodes()
122 RelateNodeGraph::copyNodesAndLabels(GeometryGraph* geomGraph, int argIndex) in copyNodesAndLabels()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/valid/
H A DConsistentAreaTester.java53 private GeometryGraph geomGraph; field in ConsistentAreaTester
64 public ConsistentAreaTester(GeometryGraph geomGraph) in ConsistentAreaTester()
H A DConnectedInteriorTester.java65 private GeometryGraph geomGraph; field in ConnectedInteriorTester
70 public ConnectedInteriorTester(GeometryGraph geomGraph) in ConnectedInteriorTester()
/dports/graphics/geos/geos-3.9.1/include/geos/operation/valid/
H A DConsistentAreaTester.h75 geomgraph::GeometryGraph* geomGraph; variable
H A DConnectedInteriorTester.h89 geomgraph::GeometryGraph& geomGraph; variable
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geomgraph/
H A DEdgeEndStar.java117 public void computeLabelling(GeometryGraph[] geomGraph) in computeLabelling()
210 public boolean isAreaLabelsConsistent(GeometryGraph geomGraph) in isAreaLabelsConsistent()
/dports/graphics/geos/geos-3.9.1/src/geomgraph/
H A DEdgeEndStar.cpp96 EdgeEndStar::computeLabelling(std::vector<GeometryGraph*>* geomGraph) in computeLabelling()
208 EdgeEndStar::isAreaLabelsConsistent(const GeometryGraph& geomGraph) in isAreaLabelsConsistent()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DBlobExplorer.cpp317 GraphicsGeometry *geomGraph = new GraphicsGeometry(this, panel, ID_GEOM_GRAPH, in CreateGeometryPage() local
1217 GraphicsGeometry *geomGraph = (GraphicsGeometry *) FindWindow(ID_GEOM_GRAPH); in UpdateGeometryPage() local