#include <types_c.h>
Public Attributes | |
int | flags |
int | header_size |
struct CvSeq * | h_prev |
struct CvSeq * | h_next |
struct CvSeq * | v_prev |
struct CvSeq * | v_next |
int | total |
int | elem_size |
schar * | block_max |
schar * | ptr |
int | delta_elems |
CvMemStorage * | storage |
CvSeqBlock * | free_blocks |
CvSeqBlock * | first |
CvPoint | origin |
schar* CvChain::block_max |
int CvChain::delta_elems |
int CvChain::elem_size |
CvSeqBlock* CvChain::first |
int CvChain::flags |
CvSeqBlock* CvChain::free_blocks |
struct CvSeq* CvChain::h_next |
struct CvSeq* CvChain::h_prev |
int CvChain::header_size |
CvPoint CvChain::origin |
schar* CvChain::ptr |
CvMemStorage* CvChain::storage |
int CvChain::total |
struct CvSeq* CvChain::v_next |
struct CvSeq* CvChain::v_prev |