MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASwriterWRL

Method LASwriterWRL

LASlib/src/laswriter_wrl.cpp:238–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238LASwriterWRL::LASwriterWRL()
239{
240 close_file = FALSE;
241 file = 0;
242 rgb = 0;
243 rgb_alloc = 0;
244 header = nullptr;
245}
246
247LASwriterWRL::~LASwriterWRL()
248{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected