Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ makeReaderOptions
Function
makeReaderOptions
test/unit/io/SbetWriterTest.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
using namespace pdal;
44
45
Options makeReaderOptions()
46
{
47
Options options;
48
options.add(
"filename"
, Support::datapath(
"sbet/2-points.sbet"
));
49
50
return options;
51
}
52
53
54
Options makeWriterOptions()
Callers
1
TEST
Function · 0.85
Calls
2
datapath
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected