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

Function makeWriterOptions

test/unit/io/SbetWriterTest.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54Options makeWriterOptions()
55{
56 Options options;
57 options.add("filename", Support::temppath("SbetWriterTest.sbet"));
58 return options;
59}
60
61TEST(SbetWriterTest, testConstructor)
62{

Callers 1

TESTFunction · 0.85

Calls 2

temppathFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected