OpenCV  2.4.13
Open Source Computer Vision
CvSeq Struct Reference

#include <types_c.h>

Public Attributes

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

Member Data Documentation

schar* CvSeq::block_max
int CvSeq::delta_elems
int CvSeq::elem_size
CvSeqBlock* CvSeq::first
int CvSeq::flags
CvSeqBlock* CvSeq::free_blocks
struct CvSeq* CvSeq::h_next
struct CvSeq* CvSeq::h_prev
int CvSeq::header_size
schar* CvSeq::ptr
CvMemStorage* CvSeq::storage
int CvSeq::total
struct CvSeq* CvSeq::v_next
struct CvSeq* CvSeq::v_prev

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