OpenCV  3.3.1
Open Source Computer Vision
Public Attributes | List of all members
CvSeqBlock Struct Reference

#include "types_c.h"

Public Attributes

int count
 
schardata
 
struct CvSeqBlocknext
 
struct CvSeqBlockprev
 
int start_index
 

Member Data Documentation

§ count

int CvSeqBlock::count

Number of elements in the block.

§ data

schar* CvSeqBlock::data

Pointer to the first element of the block.

§ next

struct CvSeqBlock* CvSeqBlock::next

Next sequence block.

§ prev

struct CvSeqBlock* CvSeqBlock::prev

Previous sequence block.

§ start_index

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: