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

Method doExtensions

plugins/nitf/io/MetadataReader.cpp:363–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361
362
363void MetadataReader::doExtensions(const std::string& key,
364 ::nitf::Extensions& ext)
365{
366 ::nitf::ExtensionsIterator iter = ext.begin();
367 while (iter != ext.end())
368 {
369 ::nitf::TRE tre = *iter;
370
371 doTRE(key, tre);
372
373 ++iter;
374 }
375}
376
377
378void MetadataReader::doComments(const std::string& key,

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected