OpenCV  3.2.0-dev
Open Source Computer Vision
CvSeqBlock Struct Reference

#include "types_c.h"

Collaboration diagram for CvSeqBlock:

Public Attributes

int count
 Number of elements in the block. More...
 
schardata
 Pointer to the first element of the block. More...
 
struct CvSeqBlocknext
 Next sequence block. More...
 
struct CvSeqBlockprev
 Previous sequence block. More...
 
int start_index
 Index of the first element in the block +. More...
 

Member Data Documentation

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.


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