Searched refs:PENDING (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Dmakepath.cpp405 std::vector<ANode> PENDING; // STL Vectors chosen because of rapid local
470 PENDING.push_back(Node);
486 // Populate the PENDING container with the first location
487 PENDING.push_back(Node);
492 // Create a heap from PENDING for sorting
494 make_heap( PENDING.begin(), PENDING.end() );
496 while (!PENDING.empty())
501 BestNode = PENDING.front();
507 pop_heap(PENDING
[all...]

Completed in 49 milliseconds