OpenCV  3.2.0-dev
Open Source Computer Vision
CvSeqWriter Struct Reference

#include "types_c.h"

Collaboration diagram for CvSeqWriter:

Public Attributes

CvSeqBlockblock
 current block More...
 
scharblock_max
 pointer to the end of block More...
 
scharblock_min
 pointer to the beginning of block More...
 
int header_size
 
scharptr
 pointer to free space More...
 
CvSeqseq
 the sequence written More...
 

Member Data Documentation

CvSeqBlock* CvSeqWriter::block

current block

schar* CvSeqWriter::block_max

pointer to the end of block

schar* CvSeqWriter::block_min

pointer to the beginning of block

int CvSeqWriter::header_size
schar* CvSeqWriter::ptr

pointer to free space

CvSeq* CvSeqWriter::seq

the sequence written


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