Searched refs:intersect_node (Results 1 – 2 of 2) sorted by relevance
18 struct intersect_node { struct24 intersect_node(intersect_node<T>&& n) in intersect_node() function28 intersect_node& operator=(intersect_node<T>&& n) { in operator =() argument35 intersect_node(bound_ptr<T> const& bound1_, in intersect_node() argument43 using intersect_list = std::vector<intersect_node<T>>;49 const intersect_node<T>& e) { in operator <<()
19 inline bool operator()(intersect_node<T> const& node1, intersect_node<T> const& node2) { in operator ()()279 bool bounds_adjacent(intersect_node<T> const& inode, bound_ptr<T> next) { in bounds_adjacent()288 find_first_bound(intersect_node<T> const& inode) : b1(inode.bound1), b2(inode.bound2) { in find_first_bound()