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

Function TEST

test/unit/BoundsTest.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using namespace pdal;
42
43TEST(BoundsTest, test_ctor)
44{
45 BOX3D b1;
46 EXPECT_TRUE(b1.empty());
47
48 b1.clear();
49 BOX3D b2;
50 EXPECT_EQ(b1, b2);
51}
52
53TEST(BoundsTest, test_equals)
54{

Callers

nothing calls this directly

Calls 15

to2dMethod · 0.80
is2dMethod · 0.80
to3dMethod · 0.80
strMethod · 0.80
getWKTMethod · 0.80
fromStringFunction · 0.50
emptyMethod · 0.45
clearMethod · 0.45
overlapsMethod · 0.45
containsMethod · 0.45
growMethod · 0.45
is3dMethod · 0.45

Tested by

no test coverage detected