Loading...
Searching...
No Matches
NCGraphVertex.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPoint.h"
3#import <Foundation/Foundation.h>
4
5
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCGraphVertex : NSObject
19
23@property (nonatomic, readonly) int32_t id;
24
28@property (nonatomic, nonnull, readonly) NCPoint * point;
29
33@property (nonatomic, nonnull, readonly) NSString * name;
34
38@property (nonatomic, readonly) BOOL isExternal;
39
43@property (nonatomic, readonly) BOOL isElevation;
44
45@end