OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vertex_queue
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
graph_algorithms.h
112
vector<Vertex>
vertex_queue
;
local
117
vertex_queue
.push_back(*it);
121
sort(
vertex_queue
.begin(),
vertex_queue
.end(),
124
// Iterate over
vertex_queue
. Pick the first white vertex, add it
126
for (int i = 0; i <
vertex_queue
.size(); ++i) {
127
const Vertex& vertex =
vertex_queue
[i];
147
for (typename vector<Vertex>::const_iterator it =
vertex_queue
.begin();
148
it !=
vertex_queue
.end();
184
vector<Vertex>
vertex_queue
(*ordering)
[
all
...]
Completed in 219 milliseconds