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

Method deleteVlr

io/LasWriter.cpp:655–661  ·  view source on GitHub ↗

Delete a VLR from the vlr list.

Source from the content-addressed store, hash-verified

653/// Delete a VLR from the vlr list.
654///
655void LasWriter::deleteVlr(const std::string& userId, uint16_t recordId)
656{
657 las::Vlr v{userId, recordId};
658
659 Utils::remove(m_vlrs, v);
660 Utils::remove(m_evlrs, v);
661}
662
663
664template <typename T>

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected