OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
CvGraph Struct Reference

#include "types_c.h"

Public Attributes

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

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: