Loading...
Searching...
No Matches
NCGraphEdge.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
4
16DEFAULT_EXPORT_ATTRIBUTE
17@interface NCGraphEdge : NSObject
18
31@property (nonatomic, readonly) float weight;
32
45@property (nonatomic, readonly) int32_t dst;
46
59@property (nonatomic, readonly) int32_t src;
60
73@property (nonatomic, readonly) int32_t weightCoef;
74
75@end