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

Method StaticPluginInfo

pdal/PluginInfo.hpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 StringList extensions;
55
56 StaticPluginInfo(const std::string& n, const std::string& d,
57 const std::string& l) : PluginInfo(n, d, l)
58 {}
59
60 StaticPluginInfo(const std::string& n, const std::string& d,
61 const std::string& l, const StringList& e) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected