OpenCV  2.4.13.5
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

§ block_max

schar* CvSeq::block_max

§ delta_elems

int CvSeq::delta_elems

§ elem_size

int CvSeq::elem_size

§ first

CvSeqBlock* CvSeq::first

§ flags

int CvSeq::flags

§ free_blocks

CvSeqBlock* CvSeq::free_blocks

§ h_next

struct CvSeq* CvSeq::h_next

§ h_prev

struct CvSeq* CvSeq::h_prev

§ header_size

int CvSeq::header_size

§ ptr

schar* CvSeq::ptr

§ storage

CvMemStorage* CvSeq::storage

§ total

int CvSeq::total

§ v_next

struct CvSeq* CvSeq::v_next

§ v_prev

struct CvSeq* CvSeq::v_prev

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