mirror of https://github.com/CGAL/cgal
30-January-2014 Old kd_trees successfully replaced with new kd_trees (comments modified). Thourough testing still pending.
This commit is contained in:
parent
810adebb5b
commit
6c89d63be3
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Reference in New Issue