Vtx 61 modules/imgproc/src/gcgraph.hpp Vtx *next; // initialized and used in maxFlow() only Vtx 77 modules/imgproc/src/gcgraph.hpp std::vector<Vtx> vtcs; Vtx 107 modules/imgproc/src/gcgraph.hpp Vtx v; Vtx 108 modules/imgproc/src/gcgraph.hpp memset( &v, 0, sizeof(Vtx)); Vtx 156 modules/imgproc/src/gcgraph.hpp Vtx stub, *nilNode = &stub, *first = nilNode, *last = nilNode; Vtx 159 modules/imgproc/src/gcgraph.hpp Vtx *vtxPtr = &vtcs[0]; Vtx 162 modules/imgproc/src/gcgraph.hpp std::vector<Vtx*> orphans; Vtx 167 modules/imgproc/src/gcgraph.hpp Vtx* v = vtxPtr + i; Vtx 186 modules/imgproc/src/gcgraph.hpp Vtx* v, *u; Vtx 293 modules/imgproc/src/gcgraph.hpp Vtx* v2 = orphans.back();