Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void Point::clear()
81
{
82
x(LOWEST);
83
y(LOWEST);
84
z(LOWEST);
85
}
86
87
88
bool Point::empty() const
Callers
15
prepared
Method · 0.45
ready
Method · 0.45
initialize
Method · 0.45
ready
Method · 0.45
TransformationFilter.cpp
File · 0.45
filter
Method · 0.45
run
Method · 0.45
initialize
Method · 0.45
transform
Method · 0.45
prepared
Method · 0.45
ready
Method · 0.45
ready
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected