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

Method DataFunc

io/private/las/Vlr.cpp:165–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163struct DataFunc
164{
165 DataFunc(const std::string& data) : m_data(data)
166 {}
167
168 void operator()(las::Evlr& v, MetadataNode)
169 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected