[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

Syntax

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

See Also