struct CvGraphVtx

#include <types_c.h>

struct CvGraphVtx
{
    // fields

    struct CvGraphEdge* first;
    int flags;
};