OpenCV
3.4.2
Open Source Computer Vision
|
#include "types_c.h"
Public Attributes | |
int | active_count |
schar * | block_max |
int | delta_elems |
CvSet * | edges |
int | elem_size |
CvSeqBlock * | first |
int | flags |
CvSeqBlock * | free_blocks |
CvSetElem * | free_elems |
struct CvSeq * | h_next |
struct CvSeq * | h_prev |
int | header_size |
schar * | ptr |
CvMemStorage * | storage |
int | total |
struct CvSeq * | v_next |
struct CvSeq * | v_prev |
int CvGraph::active_count |
schar* CvGraph::block_max |
Maximal bound of the last block.
int CvGraph::delta_elems |
Grow seq this many at a time.
CvSet* CvGraph::edges |
int CvGraph::elem_size |
Size of sequence element in bytes.
CvSeqBlock* CvGraph::first |
Pointer to the first sequence block.
int CvGraph::flags |
Miscellaneous flags.
CvSeqBlock* CvGraph::free_blocks |
Free blocks list.
CvSetElem* CvGraph::free_elems |
struct CvSeq* CvGraph::h_next |
Next sequence.
struct CvSeq* CvGraph::h_prev |
Previous sequence.
int CvGraph::header_size |
Size of sequence header.
schar* CvGraph::ptr |
Current write pointer.
CvMemStorage* CvGraph::storage |
Where the seq is stored.
int CvGraph::total |
Total number of elements.
struct CvSeq* CvGraph::v_next |
< 2nd next sequence.
struct CvSeq* CvGraph::v_prev |
2nd previous sequence.