MCPcopy Create free account
hub / github.com/PDAL/PDAL / clear

Method clear

filters/private/Point.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80void Point::clear()
81{
82 x(LOWEST);
83 y(LOWEST);
84 z(LOWEST);
85}
86
87
88bool Point::empty() const

Callers 15

preparedMethod · 0.45
readyMethod · 0.45
initializeMethod · 0.45
readyMethod · 0.45
filterMethod · 0.45
runMethod · 0.45
initializeMethod · 0.45
transformMethod · 0.45
preparedMethod · 0.45
readyMethod · 0.45
readyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected