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

Method clean

LASlib/src/lasfilter.cpp:2050–2063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048};
2049
2050void LASfilter::clean()
2051{
2052 U32 i;
2053 for (i = 0; i < num_criteria; i++)
2054 {
2055 delete criteria[i];
2056 }
2057 if (criteria) delete[] criteria;
2058 if (counters) delete[] counters;
2059 alloc_criteria = 0;
2060 num_criteria = 0;
2061 criteria = 0;
2062 counters = 0;
2063}
2064
2065void LASfilter::usage() const
2066{

Callers 4

openMethod · 0.45
openMethod · 0.45
openMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected