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

Function getValues

pdal/Options.hpp:190–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 StringList getValues(const std::string& name) const
191 {
192 StringList s;
193
194 auto ops = getOptions(name);
195 for (Option& op : ops)
196 s.push_back(op.getValue());
197 return s;
198 }
199
200 StringList getKeys() const
201 {

Callers 1

toMetadataMethod · 0.85

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected