Home
last modified time | relevance | path

Searched refs:child_index_type (Results 1 – 21 of 21) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_sqt_cell_geometry.h56 typedef typename cell_location_type::child_index_type child_index_type; typedef
63 cell_geometry_type& operator[](child_index_type c)
65 cell_geometry_type const& operator[](child_index_type c) const
89 typedef typename cell_location_type::child_index_type child_index_type; typedef
H A Drgtl_compact_tree_index.h55 typedef rgtl_child_index_type child_index_type; typedef
62 child_index_type c): p_(p), c_(c) {} in rgtl_compact_tree_index()
69 child_index_type child() const { return child_index_type(c_); } in child()
109 child_index_type(0)); in invalid()
H A Drgtl_sqt_cell_location.h36 typedef typename derived::child_index_type child_index_type; typedef
42 rgtl_sqt_cell_location get_child(child_index_type child_index) const;
H A Drgtl_octree_data_fixed.hxx119 child_index_type root_sibling(0); in get_start_cell()
175 child_index_type child = this->get_child_containing(cell_dest, cell_current); in set_leaf_data()
232 child_index_type child = in set_node_data()
256 typename rgtl_octree_data_fixed<D, LeafDataType, NodeDataType>::child_index_type
262 child_index_type child; in get_child_containing()
287 child_index_type child = in location_to_index()
364 child_index_type child(0); in find_neighbor()
H A Drgtl_octree_cell_location.h37 typedef rgtl_child_index_type child_index_type; typedef
57 void get_child(child_index_type child_index,
59 rgtl_octree_cell_location<D> get_child(child_index_type child_index) const;
H A Drgtl_compact_tree.h57 typedef rgtl_child_index_type child_index_type; typedef
83 child_index_type child_index) const;
136 link& operator[](child_index_type c) { return links_[c]; }
137 link const& operator[](child_index_type c) const { return links_[c]; }
H A Drgtl_octree_dual_visit.h66 typedef typename tree_type::child_index_type child_index_type; typedef
85 child_index_type child_index(child); in invoke()
94 child_index_type(child_index)); in invoke()
H A Drgtl_octree_objects.hxx143 typedef typename tree_type::child_index_type child_index_type; typedef in rgtl_octree_objects_distance_transform
219 typedef typename internal_type::child_index_type child_index_type; typedef in rgtl_octree_objects_query_closest
283 typedef typename tree_type::child_index_type child_index_type; typedef in rgtl_octree_objects_internal
335 child_index_type last = child_index_type((1<<D)-1); in compute_center()
723 child_index_type child_index(0); in lookup_leaf()
794 for (child_index_type i(0); i < (1<<D); ++i) in initialize_front()
935 child_index_type child_index = in propagate_front()
1031 for (child_index_type i(0); i < (1<<D); ++i) in transform_nodes()
1315 child_index_type i(l^child_xor); in query_impl()
1480 for (child_index_type i(0); i < (1<<D); ++i) in extract_objects()
[all …]
H A Drgtl_octree_data_fixed.h30 typedef typename derived::child_index_type child_index_type; typedef
68 child_index_type
H A Drgtl_octree_cell_geometry.h63 typedef typename cell_location_type::child_index_type child_index_type; typedef
H A Drgtl_sqt_objects.h49 typedef rgtl_tagged_index<rgtl_child_index_tag> child_index_type; typedef
108 child_index_type child) const;
H A Drgtl_sqt_objects.hxx142 typedef typename tree_type::child_index_type child_index_type; typedef in rgtl_sqt_objects_face_base
212 typedef typename derived::child_index_type child_index_type; typedef in rgtl_sqt_objects_face
783 typedef typename face_type::child_index_type child_index_type; typedef in rgtl_sqt_objects_query_closest_face
868 cell_bounds_type upper(cell.get_child(child_index_type((1<<(D-1))-1))); in query_impl()
882 child_index_type child_index(i^child_xor); in query_impl()
1194 for (child_index_type i(0); i < (1<<(D-1)); ++i) in build()
1255 child_index_type child_index(0); in query_ray()
1256 cell_bounds_type upper(cell.get_child(child_index_type((1<<(D-1))-1))); in query_ray()
1435 child_index_type child) const in get_child()
H A Drgtl_compact_tree.hxx39 ::get_child(cell_index_type c, child_index_type child_index) const in get_child()
232 for (child_index_type i(0); i < (1<<D); ++i) in collapse()
310 for (child_index_type i(0); i < (1<<D); ++i) in can_collapse()
H A Drgtl_octree_cell_location.hxx55 rgtl_octree_cell_location<D>::get_child(child_index_type child_index, in get_child()
72 rgtl_octree_cell_location<D>::get_child(child_index_type child_index) const in get_child()
H A Drgtl_compact_tree_data_fixed.h180 typedef typename derived::child_index_type child_index_type; typedef
H A Drgtl_sqt_cell_geometry.hxx332 this->location_.get_child(child_index_type((1<<(D-1))-1)); in get_center_planes()
361 children[i].location_ = this->location_.get_child(child_index_type(i)); in get_children()
395 this->location_.get_child(child_index_type((1<<(D-1))-1)); in get_children()
H A Drgtl_sqt_cell_location.hxx33 rgtl_sqt_cell_location<D>::get_child(child_index_type child_index) const in get_child()
H A Drgtl_octree_cell_geometry.hxx124 children[i].location_ = this->location_.get_child(child_index_type(i)); in get_children()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/tests/
H A Dtest_octree_dual_visit.cxx65 tree_type::child_index_type c0(0); in test_octree_dual_visit()
66 tree_type::child_index_type c3(3); in test_octree_dual_visit()
H A Dtest_compact_tree_data_fixed.cxx37 tree_type::child_index_type c0; in test_data_empty()
59 tree_type::child_index_type c0; in test_data_fixed()
H A Dtest_octree_data_fixed.cxx35 tree_type::child_index_type c0(0); in test_octree_data_fixed()