CvGraphEdge Class OpenCvSharp Class Library
Edge of graph
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvObject
    OpenCvSharpCvGraphEdge

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

public class CvGraphEdge : CvObject

The CvGraphEdge type exposes the following members.

Constructors

  NameDescription
Public methodCvGraphEdge
Initializes from native pointer
Top
Properties

  NameDescription
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from CvObject.)
Public propertyFlags
Edge flags
Public propertyNext
The next edges in the incidence lists for staring (0) and ending (1) vertices
Public propertyVtx
The starting (0) and ending (1) vertices
Public propertyWeight
Edge weight
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsGraphEdgeVisited
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldptr
Data pointer
(Inherited from CvObject.)
Public fieldStatic memberSizeOf
sizeof(CvGraphEdge)
Top
See Also

Reference