NTGeometrySimplifier
@interface NTGeometrySimplifier : NSObject {
  void *swigCPtr;
  BOOL swigCMemOwn;
}
                Base class for geometry simplifiers.
- 
                  
                  
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;Parameters
objectThe reference object.
Return Value
True when objects are equal, false otherwise.
 - 
                  
                  
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;Return Value
The hash value of this object.
 - 
                  
                  
Undocumented
Declaration
Objective-C
-(void)dealloc; 
View on GitHub
        NTGeometrySimplifier Class Reference