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

Method initialize

io/CopcWriter.cpp:79–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77std::string CopcWriter::getName() const { return s_info.name; }
78
79void CopcWriter::initialize(PointTableRef table)
80{
81 try
82 {
83 b->extraDims = las::parse(b->opts.extraDimSpec, true);
84 }
85 catch (const las::error& err)
86 {
87 throwError(err.what());
88 }
89 fillForwardList();
90}
91
92void CopcWriter::addArgs(ProgramArgs& args)
93{

Callers

nothing calls this directly

Calls 2

parseFunction · 0.50
whatMethod · 0.45

Tested by

no test coverage detected