OpenCV  2.4.13.3
Open Source Computer Vision
CvGraph Struct Reference

#include <types_c.h>

Public Attributes

int flags
 
int header_size
 
struct CvSeqh_prev
 
struct CvSeqh_next
 
struct CvSeqv_prev
 
struct CvSeqv_next
 
int total
 
int elem_size
 
scharblock_max
 
scharptr
 
int delta_elems
 
CvMemStoragestorage
 
CvSeqBlockfree_blocks
 
CvSeqBlockfirst
 
CvSetElemfree_elems
 
int active_count
 
CvSetedges
 

Member Data Documentation

§ active_count

int CvGraph::active_count

§ block_max

schar* CvGraph::block_max

§ delta_elems

int CvGraph::delta_elems

§ edges

CvSet* CvGraph::edges

§ elem_size

int CvGraph::elem_size

§ first

CvSeqBlock* CvGraph::first

§ flags

int CvGraph::flags

§ free_blocks

CvSeqBlock* CvGraph::free_blocks

§ free_elems

CvSetElem* CvGraph::free_elems

§ h_next

struct CvSeq* CvGraph::h_next

§ h_prev

struct CvSeq* CvGraph::h_prev

§ header_size

int CvGraph::header_size

§ ptr

schar* CvGraph::ptr

§ storage

CvMemStorage* CvGraph::storage

§ total

int CvGraph::total

§ v_next

struct CvSeq* CvGraph::v_next

§ v_prev

struct CvSeq* CvGraph::v_prev

The documentation for this struct was generated from the following file: