Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ empty
Method
empty
filters/private/Point.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
bool Point::empty() const
89
{
90
return (x() == LOWEST && y() == LOWEST && z() == LOWEST);
91
}
92
93
94
bool Point::is3d() const
Callers
15
ready
Method · 0.45
spatialReferenceChanged
Method · 0.45
ready
Method · 0.45
run
Method · 0.45
classifyGround
Method · 0.45
createLowMask
Method · 0.45
createObjMask
Method · 0.45
createZImin
Method · 0.45
createZInet
Method · 0.45
createZIpro
Method · 0.45
filter
Method · 0.45
voxelize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected