* @brief For iterators supporting quads (iterated arrays), this method will return the quad bounding box * * Note that this method will only return a valid quad box is the quad_id is non-null. * * This method will return the bounding box of all array offsets in the quad. */
| 1557 | * This method will return the bounding box of all array offsets in the quad. |
| 1558 | */ |
| 1559 | db::box<Coord> quad_box () const |
| 1560 | { |
| 1561 | return mp_base ? mp_base->quad_box () : db::box<Coord>::world (); |
| 1562 | } |
| 1563 | |
| 1564 | /** |
| 1565 | * @brief For iterators supporting quads (iterated arrays), this method will skip the current quad |