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

Method LasHeader

io/LasHeader.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72LasHeader::LasHeader(las::Header& h, las::Srs& srs, las::VlrList& vlrs) :
73 d(std::make_unique<Private>(h, srs, vlrs))
74{}
75
76LasHeader::LasHeader(const LasHeader& src) : d(std::make_unique<Private>(*(src.d)))
77{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected