The MCvSubdiv2D type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| active_count | ||
| block_max |
maximal bound of the last block
| |
| bottomright |
The virtual bottom right corner of this subdivision
| |
| delta_elems |
how many elements allocated when the seq grows
| |
| edges |
Pointer to CvSet
| |
| elem_size |
size of sequence element in bytes
| |
| first |
pointer to the first sequence block
| |
| flags |
micsellaneous flags
| |
| free_blocks |
free blocks list
| |
| free_elems | ||
| h_next |
next sequence
| |
| h_prev |
previous sequence
| |
| header_size |
size of sequence header
| |
| is_geometry_valid | ||
| ptr |
current write pointer
| |
| quad_edges | ||
| recent_edge | ||
| storage |
where the seq is stored
| |
| topleft |
The virtual topleft corner of this subdivision
| |
| total |
total number of elements
| |
| v_next |
2nd next sequence
| |
| v_prev |
2nd previous sequence
|