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 CvSet:

Public Attributes

int active_count
 
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...
 
CvSetElemfree_elems
 
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

◆ active_count

int CvSet::active_count

Referenced by cvSetNew(), and cvSetRemoveByPtr().

◆ block_max

schar* CvSet::block_max

Maximal bound of the last block.

◆ delta_elems

int CvSet::delta_elems

Grow seq this many at a time.

◆ elem_size

int CvSet::elem_size

Size of sequence element in bytes.

◆ first

CvSeqBlock* CvSet::first

Pointer to the first sequence block.

◆ flags

int CvSet::flags

Miscellaneous flags.

◆ free_blocks

CvSeqBlock* CvSet::free_blocks

Free blocks list.

◆ free_elems

CvSetElem* CvSet::free_elems

Referenced by cvSetNew(), and cvSetRemoveByPtr().

◆ h_next

struct CvSeq* CvSet::h_next

Next sequence.

◆ h_prev

struct CvSeq* CvSet::h_prev

Previous sequence.

◆ header_size

int CvSet::header_size

Size of sequence header.

◆ ptr

schar* CvSet::ptr

Current write pointer.

◆ storage

CvMemStorage* CvSet::storage

Where the seq is stored.

◆ total

int CvSet::total

Total number of elements.

◆ v_next

struct CvSeq* CvSet::v_next

< 2nd next sequence.

◆ v_prev

struct CvSeq* CvSet::v_prev

2nd previous sequence.


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