Edge of graph
Inheritance Hierarchy
OpenCvSharpCvObject
OpenCvSharpCvGraphEdge
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvGraphEdge type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvGraphEdge |
Initializes from native pointer
|
Properties
Name | Description | |
---|---|---|
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from CvObject.) |
![]() | Flags |
Edge flags
|
![]() | Next |
The next edges in the incidence lists for staring (0) and ending (1) vertices
|
![]() | Vtx |
The starting (0) and ending (1) vertices
|
![]() | Weight |
Edge weight
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsGraphEdgeVisited | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | ptr |
Data pointer
(Inherited from CvObject.) |
![]() ![]() | SizeOf |
sizeof(CvGraphEdge)
|
See Also