OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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: