\brief Accumulate the bounds of a previously-calculated BoundingBox
| 195 | |
| 196 | /// \brief Accumulate the bounds of a previously-calculated BoundingBox |
| 197 | void MergeBox(const BoundingBox& box) { box_.Merge(box); } |
| 198 | |
| 199 | /// \brief Accumulate a previously-calculated list of geometry types |
| 200 | void MergeGeometryTypes(std::span<const int32_t> geospatial_types) { |