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

Function check_p0_p1_p2

test/unit/Support.cpp:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372
373void check_p0_p1_p2(const PointView& data)
374{
375 check_pN(data, 0, 637012.240000, 849028.310000, 431.660000);
376 check_pN(data, 1, 636896.330000, 849087.700000, 446.390000);
377 check_pN(data, 2, 636784.740000, 849106.660000, 426.710000);
378}
379
380
381void check_p100_p101_p102(const PointView& data)

Callers 1

TESTFunction · 0.50

Calls 1

check_pNFunction · 0.70

Tested by 1

TESTFunction · 0.40