Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ z
Method
z
filters/private/Point.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
double Point::z() const
113
{
114
return static_cast<OGRPoint *>(m_geom.get())->getZ();
115
}
116
117
118
void Point::x(double xval)
Callers
9
run
Method · 0.45
icp
Method · 0.45
crop
Method · 0.45
processOne
Method · 0.45
processOne
Method · 0.45
compute
Method · 0.45
teaser
Method · 0.45
CollectTriangles
Class · 0.45
demeanPointView
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected