OpenCV  3.2.0-dev
Open Source Computer Vision

#include "types_c.h"

Collaboration diagram for CvGraph:

Public Attributes

int active_count
 
scharblock_max
 Maximal bound of the last block. More...
 
int delta_elems
 Grow seq this many at a time. More...
 
CvSetedges
 
int elem_size
 Size of sequence element in bytes. More...
 
CvSeqBlockfirst
 Pointer to the first sequence block. More...
 
int flags
 Miscellaneous flags. More...
 
CvSeqBlockfree_blocks
 Free blocks list. More...
 
CvSetElemfree_elems
 
struct CvSeqh_next
 Next sequence. More...
 
struct CvSeqh_prev
 Previous sequence. More...
 
int header_size
 Size of sequence header. More...
 
scharptr
 Current write pointer. More...
 
CvMemStoragestorage
 Where the seq is stored. More...
 
int total
 Total number of elements. More...
 
struct CvSeqv_next
 < 2nd next sequence. More...
 
struct CvSeqv_prev
 2nd previous sequence. More...
 

Member Data Documentation

int CvGraph::active_count
schar* CvGraph::block_max

Maximal bound of the last block.

int CvGraph::delta_elems

Grow seq this many at a time.

CvSet* CvGraph::edges
int CvGraph::elem_size

Size of sequence element in bytes.

CvSeqBlock* CvGraph::first

Pointer to the first sequence block.

int CvGraph::flags

Miscellaneous flags.

CvSeqBlock* CvGraph::free_blocks

Free blocks list.

CvSetElem* CvGraph::free_elems
struct CvSeq* CvGraph::h_next

Next sequence.

struct CvSeq* CvGraph::h_prev

Previous sequence.

int CvGraph::header_size

Size of sequence header.

schar* CvGraph::ptr

Current write pointer.

CvMemStorage* CvGraph::storage

Where the seq is stored.

int CvGraph::total

Total number of elements.

struct CvSeq* CvGraph::v_next

< 2nd next sequence.

struct CvSeq* CvGraph::v_prev

2nd previous sequence.


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