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

Function MetadataNode

pdal/Metadata.hpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 {}
422
423 MetadataNode(const std::string& name, MetadataType kind = MetadataType::Instance) :
424 m_impl(new MetadataNodeImpl(name, kind))
425 {}
426
427 MetadataNode add(const std::string& name)
428 { return MetadataNode(m_impl->add(name)); }

Callers 12

Metadata.hppFile · 0.70
addFunction · 0.70
addListFunction · 0.70
addEncodedFunction · 0.70
addListEncodedFunction · 0.70
addWithTypeFunction · 0.70
addOrUpdateFunction · 0.70
childrenFunction · 0.70
findFunction · 0.70
findChildFunction · 0.70
loadMethod · 0.70
XMLSchema.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected