OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#include "types_c.h"

Collaboration diagram for CvSeq:

Public Attributes

scharblock_max
 Maximal bound of the last block. More...
 
int delta_elems
 Grow seq this many at a time. More...
 
int elem_size
 Size of sequence element in bytes. More...
 
CvSeqBlockfirst
 Pointer to the first sequence block. More...
 
int flags
 Miscellaneous flags. More...
 
CvSeqBlockfree_blocks
 Free blocks list. More...
 
struct CvSeqh_next
 Next sequence. More...
 
struct CvSeqh_prev
 Previous sequence. More...
 
int header_size
 Size of sequence header. More...
 
scharptr
 Current write pointer. More...
 
CvMemStoragestorage
 Where the seq is stored. More...
 
int total
 Total number of elements. More...
 
struct CvSeqv_next
 < 2nd next sequence. More...
 
struct CvSeqv_prev
 2nd previous sequence. More...
 

Member Data Documentation

◆ block_max

schar* CvSeq::block_max

Maximal bound of the last block.

◆ delta_elems

int CvSeq::delta_elems

Grow seq this many at a time.

◆ elem_size

int CvSeq::elem_size

Size of sequence element in bytes.

Referenced by cv::Seq< _Tp >::elemSize(), and cv::Seq< _Tp >::Seq().

◆ first

CvSeqBlock* CvSeq::first

Pointer to the first sequence block.

◆ flags

int CvSeq::flags

◆ free_blocks

CvSeqBlock* CvSeq::free_blocks

Free blocks list.

◆ h_next

struct CvSeq* CvSeq::h_next

Next sequence.

◆ h_prev

struct CvSeq* CvSeq::h_prev

Previous sequence.

◆ header_size

int CvSeq::header_size

Size of sequence header.

◆ ptr

schar* CvSeq::ptr

Current write pointer.

◆ storage

CvMemStorage* CvSeq::storage

Where the seq is stored.

◆ total

◆ v_next

struct CvSeq* CvSeq::v_next

< 2nd next sequence.

◆ v_prev

struct CvSeq* CvSeq::v_prev

2nd previous sequence.


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