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
22@property (nonatomic, readonly) float weight;
23
27@property (nonatomic, readonly) int32_t dst;
28
32@property (nonatomic, readonly) int32_t src;
33
37@property (nonatomic, readonly) int32_t weightCoef;
38
39@end