Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ is3d
Method
is3d
pdal/util/Bounds.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
185
186
bool Bounds::is3d() const
187
{
188
return (m_box.minz != HIGHEST || m_box.maxz != LOWEST);
189
}
190
191
192
bool Bounds::valid() const
Callers
3
TEST
Function · 0.45
reprojectBounds
Function · 0.45
Bounds.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36