Searched defs:geomGraph (Results 1 – 9 of 9) sorted by relevance
58 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()
59 RelateNodeGraph::build(GeometryGraph* geomGraph) in build()89 RelateNodeGraph::computeIntersectionNodes(GeometryGraph* geomGraph, in computeIntersectionNodes()122 RelateNodeGraph::copyNodesAndLabels(GeometryGraph* geomGraph, int argIndex) in copyNodesAndLabels()
53 private GeometryGraph geomGraph; field in ConsistentAreaTester64 public ConsistentAreaTester(GeometryGraph geomGraph) in ConsistentAreaTester()
65 private GeometryGraph geomGraph; field in ConnectedInteriorTester70 public ConnectedInteriorTester(GeometryGraph geomGraph) in ConnectedInteriorTester()
75 geomgraph::GeometryGraph* geomGraph; variable
89 geomgraph::GeometryGraph& geomGraph; variable
117 public void computeLabelling(GeometryGraph[] geomGraph) in computeLabelling()210 public boolean isAreaLabelsConsistent(GeometryGraph geomGraph) in isAreaLabelsConsistent()
96 EdgeEndStar::computeLabelling(std::vector<GeometryGraph*>* geomGraph) in computeLabelling()208 EdgeEndStar::isAreaLabelsConsistent(const GeometryGraph& geomGraph) in isAreaLabelsConsistent()
317 GraphicsGeometry *geomGraph = new GraphicsGeometry(this, panel, ID_GEOM_GRAPH, in CreateGeometryPage() local1217 GraphicsGeometry *geomGraph = (GraphicsGeometry *) FindWindow(ID_GEOM_GRAPH); in UpdateGeometryPage() local