MCPcopy Create free account
hub / github.com/PDAL/PDAL / hasSpatialFilter

Method hasSpatialFilter

io/CopcReader.cpp:800–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798
799
800bool CopcReader::hasSpatialFilter() const
801{
802 return !m_p->polys.empty() || m_p->clip.box.valid();
803}
804
805
806void CopcReader::load(const copc::Entry& entry)

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
validMethod · 0.45

Tested by

no test coverage detected