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

Method SetUp

plugins/draco/test/DracoWriterTest.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 {
55 protected:
56 virtual void SetUp()
57 {
58 Options options;
59 options.add("mode", "ramp");
60 options.add("count", count);
61 m_reader.setOptions(options);
62 m_reader2.setOptions(options);
63 }
64
65 FauxReader m_reader;
66 FauxReader m_reader2;

Callers

nothing calls this directly

Calls 2

setOptionsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected