CvSubdiv2DEdge Structure OpenCvSharp Class Library
one of edges within quad-edge, lower 2 bits is index (0..3) and upper bits are quad-edge pointer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvSubdiv2DEdge

The CvSubdiv2DEdge type exposes the following members.

Constructors

  NameDescription
Public methodCvSubdiv2DEdge(IntPtr)
Constructor
Public methodCvSubdiv2DEdge(UInt32)
Constructor
Public methodCvSubdiv2DEdge(UInt64)
Constructor
Top
Methods

  NameDescription
Public methodDst
Returns edge destination (cvSubdiv2DEdgeDst).
Public methodEquals (Inherited from ValueType.)
Public methodGetEdge
Returns one of edges related to given (cvSubdiv2DGetEdge).
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodOrg
Returns edge origin (cvSubdiv2DEdgeOrg).
Public methodRotateEdge
Returns another edge of the same quad-edge (cvSubdiv2DRotateEdge).
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic member(IntPtr to CvSubdiv2DEdge)
Implicit cast from IntPtr to CvSubdiv2DEdge
Public operatorStatic member(UInt32 to CvSubdiv2DEdge)
Implicit cast from uint to CvSubdiv2DEdge
Public operatorStatic member(UInt64 to CvSubdiv2DEdge)
Implicit cast from IntPtr to CvSubdiv2DEdge
Public operatorStatic member(CvSubdiv2DEdge to UInt32)
Implicit cast to uint
Public operatorStatic member(CvSubdiv2DEdge to UInt64)
Implicit cast to ulong
Public operatorStatic member(CvSubdiv2DEdge to IntPtr)
Implicit cast to IntPtr
Top
Fields

  NameDescription
Public fieldValue
Data (size_t)
Top
Remarks

typedef size_t CvSubdiv2DEdge; typedef unsigned int size_t;
See Also

Reference