MCPcopy 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
88bool Point::empty() const
89{
90 return (x() == LOWEST && y() == LOWEST && z() == LOWEST);
91}
92
93
94bool Point::is3d() const

Callers 15

readyMethod · 0.45
readyMethod · 0.45
runMethod · 0.45
classifyGroundMethod · 0.45
createLowMaskMethod · 0.45
createObjMaskMethod · 0.45
createZIminMethod · 0.45
createZInetMethod · 0.45
createZIproMethod · 0.45
filterMethod · 0.45
voxelizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected