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
32@property (nonatomic, readonly) int32_t id;
33
46@property (nonatomic, nonnull, readonly) NCPoint * point;
47
60@property (nonatomic, nonnull, readonly) NSString * name;
61
74@property (nonatomic, readonly) BOOL isExternal;
75
88@property (nonatomic, readonly) BOOL isElevation;
89
90@end