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

Function contains

test/unit/filters/GridDecimationFilterTest.cpp:56–57  ·  view source on GitHub ↗

to be coherent with the grid decimation algorithm

Source from the content-addressed store, hash-verified

54
55// to be coherent with the grid decimation algorithm
56bool contains(BOX2D box, double x, double y)
57 { return box.minx <= x && x < box.maxx && box.miny <= y && y < box.maxy; }
58
59TEST(DecimationFilterTest, GridDecimationFilterTest_test_empty)
60{

Callers 3

TESTFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected