Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ assignParsedOptions
Function
assignParsedOptions
pdal/Writer.hpp:106–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
virtual void write(const PointViewPtr /*view*/)
105
{ std::cerr <<
"Can't write with stage = "
<< getName() <<
"!\n"
; }
106
virtual void assignParsedOptions() final
107
{}
108
109
std::unique_ptr<Args> m_args;
110
};
Callers
1
handleOptions
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected