30-January-2014 Old kd_trees successfully replaced with new kd_trees (comments modified). Thourough testing still pending.

This commit is contained in:
Waqar Khan 2014-01-30 01:05:30 +01:00
parent 810adebb5b
commit 6c89d63be3
1 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,11 @@ public:
}
};
/////////////////////
/////////////////////
//Multiple_kd_tree
/////////////////////
template<class Traits_, class SAVED_OBJECT>
class Multiple_kd_tree {
CGAL_static_assertion_msg((boost::is_pointer<SAVED_OBJECT>::value), "SAVED_OBJECT is not a pointer.");