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

Method SetUp

plugins/tiledb/test/TileDBWriterTest.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75{
76protected:
77 virtual void SetUp()
78 {
79 Options options;
80 options.add("mode", "ramp");
81 options.add("count", count);
82 m_reader.setOptions(options);
83 m_reader2.setOptions(options);
84 }
85
86 FauxReader m_reader;
87 FauxReader m_reader2;

Callers

nothing calls this directly

Calls 2

setOptionsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected