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

Method PluginInfo

pdal/PluginInfo.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 std::string description;
46 std::string link;
47 PluginInfo(const std::string& n, const std::string& d, const std::string& l)
48 : name(n), description(d), link(l)
49 {}
50};
51
52struct StaticPluginInfo : public PluginInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected