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

Function l_initialize

pdal/FlexWriter.hpp:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 std::string::size_type m_hashPos;
68
69 virtual void l_initialize(PointTableRef table) final
70 {
71 Writer::l_initialize(table);
72 try {
73 m_hashPos = handleFilenameTemplate(filename());
74 }
75 catch (const pdal_error& err)
76 {
77 throwError(err.what());
78 }
79 }
80
81 std::string generateFilename()
82 {

Callers 3

l_initializeMethod · 0.85
l_initializeMethod · 0.85
l_initializeMethod · 0.85

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected