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

Method l_initialize

pdal/Writer.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void Writer::l_initialize(PointTableRef table)
76{
77 Stage::l_initialize(table);
78 m_args->filename = replaceTags(m_args->filename);
79}
80
81// This is here so that we can make the function final and make sure it
82// it isn't used by any subclasses.

Callers

nothing calls this directly

Calls 1

l_initializeFunction · 0.85

Tested by

no test coverage detected