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

Method defaultWriter

pdal/StageExtensions.cpp:136–141  ·  view source on GitHub ↗

Get the default writer associated with an extension. Extensions are specified without the leading '.'

Source from the content-addressed store, hash-verified

134// Get the default writer associated with an extension. Extensions
135// are specified without the leading '.'
136std::string StageExtensions::defaultWriter(const std::string& extension)
137{
138 load();
139 std::lock_guard<std::mutex> lock(m_mutex);
140 return (m_writers[extension]);
141}
142
143
144StringList StageExtensions::extensions(const std::string& stage)

Callers 1

inferWriterDriverMethod · 0.80

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected