MCPcopy 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
112double Point::z() const
113{
114 return static_cast<OGRPoint *>(m_geom.get())->getZ();
115}
116
117
118void Point::x(double xval)

Callers 9

runMethod · 0.45
icpMethod · 0.45
cropMethod · 0.45
processOneMethod · 0.45
processOneMethod · 0.45
computeMethod · 0.45
teaserMethod · 0.45
CollectTrianglesClass · 0.45
demeanPointViewFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected