OpenCV  3.0.0-dev
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

schar* CvSeq::block_max

Maximal bound of the last block.

int CvSeq::delta_elems

Grow seq this many at a time.

int CvSeq::elem_size

Size of sequence element in bytes.

CvSeqBlock* CvSeq::first

Pointer to the first sequence block.

int CvSeq::flags

Miscellaneous flags.

CvSeqBlock* CvSeq::free_blocks

Free blocks list.

struct CvSeq* CvSeq::h_next

Next sequence.

struct CvSeq* CvSeq::h_prev

Previous sequence.

int CvSeq::header_size

Size of sequence header.

schar* CvSeq::ptr

Current write pointer.

CvMemStorage* CvSeq::storage

Where the seq is stored.

int CvSeq::total

Total number of elements.

struct CvSeq* CvSeq::v_next

< 2nd next sequence.

struct CvSeq* CvSeq::v_prev

2nd previous sequence.


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