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

Function TEST

test/unit/io/PlyReaderTest.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54TEST(PlyReader, Constructor)
55{
56 PlyReader reader1;
57
58 StageFactory f;
59 Stage* reader2(f.createStage("readers.ply"));
60 EXPECT_TRUE(reader2);
61}
62
63
64TEST(PlyReader, ReadText)

Callers

nothing calls this directly

Calls 13

datapathFunction · 0.85
findFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
checkPointFunction · 0.70
addMethod · 0.45
prepareMethod · 0.45
executeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
findDimMethod · 0.45
previewMethod · 0.45

Tested by

no test coverage detected