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

Function check_bounds

test/unit/EigenTest.cpp:73–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73static void check_bounds(const BOX3D& box,
74 double minx, double maxx,
75 double miny, double maxy,
76 double minz, double maxz)
77{
78 EXPECT_DOUBLE_EQ(box.minx, minx);
79 EXPECT_DOUBLE_EQ(box.maxx, maxx);
80 EXPECT_DOUBLE_EQ(box.miny, miny);
81 EXPECT_DOUBLE_EQ(box.maxy, maxy);
82 EXPECT_DOUBLE_EQ(box.minz, minz);
83 EXPECT_DOUBLE_EQ(box.maxz, maxz);
84}
85
86TEST(EigenTest, PointViewToEigen)
87{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected