Class is used for storing graph edge. More...
#include <com/navigine/idl/objc/NCGraphEdge.h>
Inherits NSObject.
Properties | |
| float | weight |
| Edge weight. | |
| int32_t | dst |
| Destination vertex id GraphVertex. | |
| int32_t | src |
| Source vertex id GraphVertex. | |
| int32_t | weightCoef |
| Edge weight coefficient. | |
Class is used for storing graph edge.
Definition at line 17 of file NCGraphEdge.h.
|
readnonatomicassign |
Destination vertex id GraphVertex.
Swift code snippet:
Objective C code snippet:
Definition at line 45 of file NCGraphEdge.h.
|
readnonatomicassign |
Source vertex id GraphVertex.
Swift code snippet:
Objective C code snippet:
Definition at line 59 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight.
Swift code snippet:
Objective C code snippet:
Definition at line 31 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight coefficient.
Swift code snippet:
Objective C code snippet:
Definition at line 73 of file NCGraphEdge.h.