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

Method SetUp

test/unit/filters/TransformationFilterTest.cpp:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68{
69public:
70 virtual void SetUp()
71 {
72 StageFactory f;
73
74 BOX3D bounds(1, 2, 3, 4, 5, 6);
75 Options readerOpts;
76 readerOpts.add("mode", "constant");
77 readerOpts.add("count", 3);
78 readerOpts.add("bounds", bounds);
79 readerOpts.add("override_srs", "EPSG:4326");
80 m_reader.setOptions(readerOpts);
81 m_filter.setInput(m_reader);
82 }
83
84 FauxReader m_reader;
85 TransformationFilter m_filter;

Callers

nothing calls this directly

Calls 2

setOptionsMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected