Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ is2d
Method
is2d
pdal/util/Bounds.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
179
180
bool Bounds::is2d() const
181
{
182
return (valid() && !is3d());
183
}
184
185
186
bool Bounds::is3d() const
Callers
3
createSpatialFilters
Method · 0.80
initialize
Method · 0.80
TEST
Function · 0.80
Calls
1
valid
Function · 0.50
Tested by
1
TEST
Function · 0.64