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

Function addList

pdal/Metadata.hpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 MetadataNodeImplPtr addList(const std::string& name)
99 {
100 MetadataNodeImplPtr sub(new MetadataNodeImpl(name));
101 MetadataImplList& l = m_subnodes[name];
102 l.push_back(sub);
103 makeArray(l);
104 return sub;
105 }
106
107 MetadataNodeImplPtr add(MetadataNodeImplPtr node)
108 {

Callers

nothing calls this directly

Calls 3

makeArrayFunction · 0.85
MetadataNodeFunction · 0.70
setValueMethod · 0.45

Tested by

no test coverage detected