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

Function TEST

plugins/draco/test/DracoReaderTest.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62TEST(DracoReader, Constructor)
63{
64 DracoReader reader1;
65
66 StageFactory f;
67 Stage* reader2(f.createStage("readers.draco"));
68 EXPECT_TRUE(reader2);
69}
70
71
72void check_pN(const pdal::PointView& data, PointId index,

Callers

nothing calls this directly

Calls 12

datapathFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
makeReaderMethod · 0.80
check_p0_p1_p2Function · 0.70
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
growMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected