| 333 | std::array<double, 4> GeoStatistics::lower_bound() const { return impl_->lower_bound(); } |
| 334 | |
| 335 | std::array<double, 4> GeoStatistics::upper_bound() const { return impl_->upper_bound(); } |
| 336 | |
| 337 | std::array<bool, 4> GeoStatistics::dimension_empty() const { |
| 338 | return {impl_->bound_empty(0), impl_->bound_empty(1), impl_->bound_empty(2), |
no outgoing calls