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

Method clean

LASlib/src/lasreaderbuffered.cpp:498–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496
497
498void LASreaderBuffered::clean()
499{
500/*
501 if (lasreader)
502 {
503 delete lasreader;
504 lasreader = 0;
505 }
506 point_type_change = FALSE;
507 point_size_change = FALSE;
508 inside = 0;
509*/
510}
511
512void LASreaderBuffered::clean_buffer()
513{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected