OpenCV  4.0.0-beta
Open Source Computer Vision
Public Attributes | List of all members

#include "types_c.h"

Public Attributes

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

Member Data Documentation

§ block_max

schar* CvSeq::block_max

Maximal bound of the last block.

§ delta_elems

int CvSeq::delta_elems

Grow seq this many at a time.

§ elem_size

int CvSeq::elem_size

Size of sequence element in bytes.

§ first

CvSeqBlock* CvSeq::first

Pointer to the first sequence block.

§ flags

int CvSeq::flags

Miscellaneous flags.

§ free_blocks

CvSeqBlock* CvSeq::free_blocks

Free blocks list.

§ h_next

struct CvSeq* CvSeq::h_next

Next sequence.

§ h_prev

struct CvSeq* CvSeq::h_prev

Previous sequence.

§ header_size

int CvSeq::header_size

Size of sequence header.

§ ptr

schar* CvSeq::ptr

Current write pointer.

§ storage

CvMemStorage* CvSeq::storage

Where the seq is stored.

§ total

int CvSeq::total

Total number of elements.

§ v_next

struct CvSeq* CvSeq::v_next

< 2nd next sequence.

§ v_prev

struct CvSeq* CvSeq::v_prev

2nd previous sequence.


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