OpenCV  3.2.0-dev
Open Source Computer Vision

#include "types_c.h"

Collaboration diagram for CvChain:

Public Attributes

scharblock_max
 Maximal bound of the last block. More...
 
int delta_elems
 Grow seq this many at a time. More...
 
int elem_size
 Size of sequence element in bytes. More...
 
CvSeqBlockfirst
 Pointer to the first sequence block. More...
 
int flags
 Miscellaneous flags. More...
 
CvSeqBlockfree_blocks
 Free blocks list. More...
 
struct CvSeqh_next
 Next sequence. More...
 
struct CvSeqh_prev
 Previous sequence. More...
 
int header_size
 Size of sequence header. More...
 
CvPoint origin
 
scharptr
 Current write pointer. More...
 
CvMemStoragestorage
 Where the seq is stored. More...
 
int total
 Total number of elements. More...
 
struct CvSeqv_next
 < 2nd next sequence. More...
 
struct CvSeqv_prev
 2nd previous sequence. More...
 

Member Data Documentation

schar* CvChain::block_max

Maximal bound of the last block.

int CvChain::delta_elems

Grow seq this many at a time.

int CvChain::elem_size

Size of sequence element in bytes.

CvSeqBlock* CvChain::first

Pointer to the first sequence block.

int CvChain::flags

Miscellaneous flags.

CvSeqBlock* CvChain::free_blocks

Free blocks list.

struct CvSeq* CvChain::h_next

Next sequence.

struct CvSeq* CvChain::h_prev

Previous sequence.

int CvChain::header_size

Size of sequence header.

CvPoint CvChain::origin
schar* CvChain::ptr

Current write pointer.

CvMemStorage* CvChain::storage

Where the seq is stored.

int CvChain::total

Total number of elements.

struct CvSeq* CvChain::v_next

< 2nd next sequence.

struct CvSeq* CvChain::v_prev

2nd previous sequence.


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