Quad-edges, for each of the edges, lower 2 bits is index (0..3) and upper bits are quad-edge pointer

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public MCvSubdiv2DEdge[] next
Visual Basic (Declaration)
Public next As MCvSubdiv2DEdge()
Visual C++
public:
array<MCvSubdiv2DEdge>^ next

See Also