OpenCV  3.4.10
Open Source Computer Vision
Public Attributes | List of all members

#include <opencv2/core/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

◆ active_count

int CvGraph::active_count

◆ block_max

schar* CvGraph::block_max

Maximal bound of the last block.

◆ delta_elems

int CvGraph::delta_elems

Grow seq this many at a time.

◆ edges

CvSet* CvGraph::edges

◆ elem_size

int CvGraph::elem_size

Size of sequence element in bytes.

◆ first

CvSeqBlock* CvGraph::first

Pointer to the first sequence block.

◆ flags

int CvGraph::flags

Miscellaneous flags.

◆ free_blocks

CvSeqBlock* CvGraph::free_blocks

Free blocks list.

◆ free_elems

CvSetElem* CvGraph::free_elems

◆ h_next

struct CvSeq* CvGraph::h_next

Next sequence.

◆ h_prev

struct CvSeq* CvGraph::h_prev

Previous sequence.

◆ header_size

int CvGraph::header_size

Size of sequence header.

◆ ptr

schar* CvGraph::ptr

Current write pointer.

◆ storage

CvMemStorage* CvGraph::storage

Where the seq is stored.

◆ total

int CvGraph::total

Total number of elements.

◆ v_next

struct CvSeq* CvGraph::v_next

< 2nd next sequence.

◆ v_prev

struct CvSeq* CvGraph::v_prev

2nd previous sequence.


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