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

Method x

filters/private/Point.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100double Point::x() const
101{
102 return static_cast<OGRPoint *>(m_geom.get())->getX();
103}
104
105
106double Point::y() const

Callers 13

TESTFunction · 0.45
runMethod · 0.45
icpMethod · 0.45
cropMethod · 0.45
processOneMethod · 0.45
processOneMethod · 0.45
computeMethod · 0.45
circumradiusFunction · 0.45
DelaunatorMethod · 0.45
hash_keyMethod · 0.45
teaserMethod · 0.45
CollectTrianglesClass · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36