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

Method reset

LASlib/src/lasfilter.cpp:5466–5473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5464}
5465
5466void LASfilter::reset()
5467{
5468 U32 i;
5469 for (i = 0; i < num_criteria; i++)
5470 {
5471 criteria[i]->reset();
5472 }
5473}
5474
5475LASfilter::LASfilter()
5476{

Callers 2

runMethod · 0.45
reopenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected