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

Function makeArray

pdal/Metadata.hpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 {}
78
79 void makeArray(MetadataImplList& l)
80 {
81 for (auto li = l.begin(); li != l.end(); ++li)
82 {
83 MetadataNodeImplPtr node = *li;
84 node->m_kind = MetadataType::Array;
85 }
86 }
87
88 MetadataNodeImplPtr add(const std::string& name)
89 {

Callers 2

addFunction · 0.85
addListFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected