Loading...
Searching...
No Matches

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.
 

Detailed Description

Class is used for storing graph edge.

Definition at line 17 of file NCGraphEdge.h.

Property Documentation

◆ dst

- (int32_t) dst
readnonatomicassign

Destination vertex id GraphVertex.

Definition at line 27 of file NCGraphEdge.h.

◆ src

- (int32_t) src
readnonatomicassign

Source vertex id GraphVertex.

Definition at line 32 of file NCGraphEdge.h.

◆ weight

- (float) weight
readnonatomicassign

Edge weight.

Definition at line 22 of file NCGraphEdge.h.

◆ weightCoef

- (int32_t) weightCoef
readnonatomicassign

Edge weight coefficient.

Definition at line 37 of file NCGraphEdge.h.


The documentation for this class was generated from the following file: