Class is used for storing graph edge. More...
#include <com/navigine/idl/objc/NCGraphEdge.h>
Inherits NSObject.
Properties | |
| NSNumber * | weight |
| Edge weight. | |
| int32_t | dst |
| Destination vertex id GraphVertex. | |
| int32_t | src |
| Source vertex id GraphVertex. | |
| NSNumber * | 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 47 of file NCGraphEdge.h.
|
readnonatomicassign |
Source vertex id GraphVertex.
Swift code snippet:
Objective C code snippet:
Definition at line 62 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight.
Swift code snippet:
Objective C code snippet:
Definition at line 32 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight coefficient.
Swift code snippet:
Objective C code snippet:
Definition at line 77 of file NCGraphEdge.h.