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

Method SetUp

plugins/matlab/test/MatlabWriterTest.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49{
50protected:
51 virtual void SetUp()
52 {
53 Options options;
54 options.add("mode", "ramp");
55 options.add("count", 100);
56 m_reader.setOptions(options);
57 }
58
59 FauxReader m_reader;
60

Callers

nothing calls this directly

Calls 2

setOptionsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected