OpenCV
3.4.2
Open Source Computer Vision
|
#include "types_c.h"
Public Attributes | |
schar * | block_max |
int | delta_elems |
int | elem_size |
CvSeqBlock * | first |
int | flags |
CvSeqBlock * | free_blocks |
struct CvSeq * | h_next |
struct CvSeq * | h_prev |
int | header_size |
schar * | ptr |
CvMemStorage * | storage |
int | total |
struct CvSeq * | v_next |
struct CvSeq * | v_prev |
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.