Lines Matching refs:findVertex

97   QCOMPARE( graph.findVertex( QgsPointXY( 1, 2 ) ), 0 );  in testGraph()
103 QCOMPARE( graph.findVertex( QgsPointXY( 1, 2 ) ), 0 ); in testGraph()
104 QCOMPARE( graph.findVertex( QgsPointXY( 3, 4 ) ), 1 ); in testGraph()
337 int startVertexIdx = graph->findVertex( QgsPointXY( 20, -10 ) ); in dijkkjkjkskkjsktra()
345 int point_0_0_idx = graph->findVertex( QgsPointXY( 0, 0 ) ); in dijkkjkjkskkjsktra()
347 int point_10_0_idx = graph->findVertex( QgsPointXY( 10, 0 ) ); in dijkkjkjkskkjsktra()
349 int point_10_10_idx = graph->findVertex( QgsPointXY( 10, 10 ) ); in dijkkjkjkskkjsktra()
351 int point_10_20_idx = graph->findVertex( QgsPointXY( 10, 20 ) ); in dijkkjkjkskkjsktra()
353 int point_20_10_idx = graph->findVertex( QgsPointXY( 20, 10 ) ); in dijkkjkjkskkjsktra()
388 startVertexIdx = graph->findVertex( QgsPointXY( 0, 0 ) ); in dijkkjkjkskkjsktra()
393 point_0_0_idx = graph->findVertex( QgsPointXY( 0, 0 ) ); in dijkkjkjkskkjsktra()
395 point_10_0_idx = graph->findVertex( QgsPointXY( 10, 0 ) ); in dijkkjkjkskkjsktra()
397 point_10_10_idx = graph->findVertex( QgsPointXY( 10, 10 ) ); in dijkkjkjkskkjsktra()
399 point_10_20_idx = graph->findVertex( QgsPointXY( 10, 20 ) ); in dijkkjkjkskkjsktra()
401 point_20_10_idx = graph->findVertex( QgsPointXY( 20, 10 ) ); in dijkkjkjkskkjsktra()
403 int point_20_n10_idx = graph->findVertex( QgsPointXY( 20, -10 ) ); in dijkkjkjkskkjsktra()
431 startVertexIdx = graph->findVertex( QgsPointXY( 10, 10 ) ); in dijkkjkjkskkjsktra()
436 point_0_0_idx = graph->findVertex( QgsPointXY( 0, 0 ) ); in dijkkjkjkskkjsktra()
438 point_10_0_idx = graph->findVertex( QgsPointXY( 10, 0 ) ); in dijkkjkjkskkjsktra()
440 point_10_10_idx = graph->findVertex( QgsPointXY( 10, 10 ) ); in dijkkjkjkskkjsktra()
442 point_10_20_idx = graph->findVertex( QgsPointXY( 10, 20 ) ); in dijkkjkjkskkjsktra()
444 point_20_10_idx = graph->findVertex( QgsPointXY( 20, 10 ) ); in dijkkjkjkskkjsktra()
446 point_20_n10_idx = graph->findVertex( QgsPointXY( 20, -10 ) ); in dijkkjkjkskkjsktra()
502 int startVertexIdx = graph->findVertex( snappedStart ); in testRouteFail()
507 int endVertexIdx = graph->findVertex( snappedEnd ); in testRouteFail()
559 int startVertexIdx = graph->findVertex( snappedStart ); in testRouteFail2()
564 int endVertexIdx = graph->findVertex( snappedEnd ); in testRouteFail2()