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

Method addVlr

test/unit/io/LasWriterTest.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 SpatialReference srs(LasWriter& w)
75 { return w.m_srs; }
76 void addVlr(LasWriter& w, const std::string& userId, uint16_t recordId,
77 std::string description, std::vector<uint8_t>& data)
78 { w.addVlr(userId, recordId, description, data); }
79};
80
81} // namespace pdal

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected