| 61 | |
| 62 | template < index_t dimension > |
| 63 | index_t AABBTree< dimension >::nb_bboxes() const |
| 64 | { |
| 65 | return impl_->nb_bboxes(); |
| 66 | } |
| 67 | |
| 68 | template < index_t dimension > |
| 69 | const BoundingBox< dimension >& AABBTree< dimension >::bounding_box() const |
no outgoing calls