Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
800
bool CopcReader::hasSpatialFilter() const
801
{
802
return !m_p->polys.empty() || m_p->clip.box.valid();
803
}
804
805
806
void CopcReader::load(const copc::Entry& entry)
Callers
nothing calls this directly
Calls
2
empty
Method · 0.45
valid
Method · 0.45
Tested by
no test coverage detected