MCPcopy Create free account
hub / github.com/OSGeo/gdal / stdOptions

Function stdOptions

autotest/cpp/test_viewshed.cpp:36–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34Transform identity{0, 1, 0, 0, 0, 1};
35
36Options stdOptions(int x, int y)
37{
38 Options opts;
39 opts.observer.x = x;
40 opts.observer.y = y;
41 opts.outputFilename = "none";
42 opts.outputFormat = "mem";
43 opts.curveCoeff = 0;
44
45 return opts;
46}
47
48Options stdOptions(const Coord &observer)
49{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected