#import <SYQuadTree.h>
Instance Methods | |
(BOOL) | - insertPoint: |
(BOOL) | - removeData:atCoordinate: |
(NSArray< DataType > *) | - pointsInRegion: |
(BOOL) | - isEmpty |
Protected Attributes | |
__pad0__: NSObject-(instancetype)initWithRegion:(SYGeoBoundingBox*)region maxNodePoints:(NSUInteger)maxNodePoints | |
- (BOOL) insertPoint: | (SYQuadTreePoint< DataType > *) | point |
- (BOOL) isEmpty |
- (NSArray<DataType>*) pointsInRegion: | (SYGeoBoundingBox *) | region |
- (BOOL) removeData: | (DataType) | data | |
atCoordinate: | (SYGeoCoordinate *) | coord | |
|
protected |