| 186 | void overlaps(ept::Hierarchy& target, const NL::json& hier, const ept::Key& key); |
| 187 | bool passesSpatialFilter(const BOX3D& tileBounds) const; |
| 188 | bool hasSpatialFilter() const |
| 189 | { |
| 190 | return !polys.empty() || bounds.box.valid(); |
| 191 | } |
| 192 | }; |
| 193 | |
| 194 | EptReader::EptReader() : m_args(new EptReader::Args), m_p(new EptReader::Private), |
no test coverage detected