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

#include "types_c.h"

Public Attributes

int active_count
 
scharblock_max
 
int delta_elems
 
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 CvSet::active_count
schar* CvSet::block_max

Maximal bound of the last block.

int CvSet::delta_elems

Grow seq this many at a time.

int CvSet::elem_size

Size of sequence element in bytes.

CvSeqBlock* CvSet::first

Pointer to the first sequence block.

int CvSet::flags

Miscellaneous flags.

CvSeqBlock* CvSet::free_blocks

Free blocks list.

CvSetElem* CvSet::free_elems
struct CvSeq* CvSet::h_next

Next sequence.

struct CvSeq* CvSet::h_prev

Previous sequence.

int CvSet::header_size

Size of sequence header.

schar* CvSet::ptr

Current write pointer.

CvMemStorage* CvSet::storage

Where the seq is stored.

int CvSet::total

Total number of elements.

struct CvSeq* CvSet::v_next

< 2nd next sequence.

struct CvSeq* CvSet::v_prev

2nd previous sequence.


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