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

Function getPoint

test/unit/filters/ReprojectionFilterTest.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49
50void getPoint(const PointView& data, double& x, double& y, double& z)
51{
52 x = data.getFieldAs<double>(Dimension::Id::X, 0);
53 y = data.getFieldAs<double>(Dimension::Id::Y, 0);
54 z = data.getFieldAs<double>(Dimension::Id::Z, 0);
55}
56
57} // unnamed namespace
58

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected