 
		#include <types_c.h>
| Public Attributes | |
| struct CvSeqBlock * | prev | 
| struct CvSeqBlock * | next | 
| int | start_index | 
| int | count | 
| schar * | data | 
| int CvSeqBlock::count | 
Number of elements in the block. 
 
| schar* CvSeqBlock::data | 
Pointer to the first element of the block.
| struct CvSeqBlock* CvSeqBlock::next | 
Next sequence block. 
 
| struct CvSeqBlock* CvSeqBlock::prev | 
Previous sequence block. 
 
| int CvSeqBlock::start_index | 
Index of the first element in the block + 
 sequence->first->start_index.