mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-19 04:36:09 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -207,6 +207,10 @@ public:
|
||||
int BinarySearch( const T*, int (*)(const T*,const T*) ) const;
|
||||
int BinarySearch( const T*, int (*)(const T*,const T*), int ) const;
|
||||
|
||||
const T* BinarySearchPtr(const T*, int (*)(const T*, const T*)) const;
|
||||
const T* BinarySearchPtr(const T*, int (*)(const T*, const T*), int) const;
|
||||
|
||||
|
||||
int InsertInSortedList(const T&, int (*)(const T*, const T*));
|
||||
int InsertInSortedList(const T&, int (*)(const T*, const T*), int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user