struct CvGraphScanner

#include <core_c.h>

struct CvGraphScanner
{
    // fields

    CvGraphVtx* dst;
    CvGraphEdge* edge;
    CvGraph* graph;
    int index;
    int mask;
    CvSeq* stack;
    CvGraphVtx* vtx;
};