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
The CvSubdiv2DEdge type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CvSubdiv2DEdge(IntPtr) | 
            Constructor
             | 
|  | CvSubdiv2DEdge(UInt32) | 
            Constructor
             | 
|  | CvSubdiv2DEdge(UInt64) | 
            Constructor
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Dst | 
            Returns edge destination (cvSubdiv2DEdgeDst).
             | 
|  | Equals | (Inherited from ValueType.) | 
|  | GetEdge | 
            Returns one of edges related to given (cvSubdiv2DGetEdge).
             | 
|  | GetHashCode | (Inherited from ValueType.) | 
|  | GetType | (Inherited from Object.) | 
|  | Org | 
            Returns edge origin (cvSubdiv2DEdgeOrg).
             | 
|  | RotateEdge | 
            Returns another edge of the same quad-edge (cvSubdiv2DRotateEdge).
             | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
Operators
| Name | Description | |
|---|---|---|
|   | (IntPtr to CvSubdiv2DEdge) | 
            Implicit cast from IntPtr to CvSubdiv2DEdge
             | 
|   | (UInt32 to CvSubdiv2DEdge) | 
            Implicit cast from uint to CvSubdiv2DEdge
             | 
|   | (UInt64 to CvSubdiv2DEdge) | 
            Implicit cast from IntPtr to CvSubdiv2DEdge
             | 
|   | (CvSubdiv2DEdge to UInt32) | 
            Implicit cast to uint
             | 
|   | (CvSubdiv2DEdge to UInt64) | 
            Implicit cast to ulong
             | 
|   | (CvSubdiv2DEdge to IntPtr) | 
            Implicit cast to IntPtr
             | 
Fields
| Name | Description | |
|---|---|---|
|  | Value | 
            Data (size_t)
             | 
Remarks
See Also