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

Method setValue

pdal/Metadata.hpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212template <>
213inline void MetadataNodeImpl::setValue(const bool& b)
214{
215 m_type = "boolean";
216 m_value = b ? "true" : "false";
217}
218
219template <>
220inline void MetadataNodeImpl::setValue(const std::string& s)

Callers 6

parseQuotedHeaderMethod · 0.45
addEncodedFunction · 0.45
addListEncodedFunction · 0.45
addFunction · 0.45
addListFunction · 0.45
addOrUpdateFunction · 0.45

Calls 2

toStringFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected