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.
Definition at line 27 of file NCGraphEdge.h.
|
readnonatomicassign |
Source vertex id GraphVertex.
Definition at line 32 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight.
Definition at line 22 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight coefficient.
Definition at line 37 of file NCGraphEdge.h.