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

Function TEST

test/unit/io/PlyWriterTest.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50TEST(PlyWriter, Constructor)
51{
52 PlyWriter writer1;
53
54 StageFactory f;
55 Stage* writer2(f.createStage("writers.ply"));
56 EXPECT_TRUE(writer2);
57}
58
59
60TEST(PlyWriter, Write)

Callers

nothing calls this directly

Calls 15

temppathFunction · 0.85
testMeshFunction · 0.85
datapathFunction · 0.85
deleteFileFunction · 0.85
compare_text_filesFunction · 0.85
createStageMethod · 0.80
setOptionsMethod · 0.80
registerDimMethod · 0.80
assignDimMethod · 0.80
createMeshMethod · 0.80
fileExistsFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected