struct CvSeqWriter
Overview
#include <types_c.h> struct CvSeqWriter { // fields CvSeqBlock* block; schar* block_max; schar* block_min; int header_size; schar* ptr; CvSeq* seq; };
Detailed Documentation
Fields
CvSeqBlock* block
current block
schar* block_max
pointer to the end of block
schar* block_min
pointer to the beginning of block
schar* ptr
pointer to free space
CvSeq* seq
the sequence written