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

Method addKeepScanDirectionChange

LASlib/src/lasfilter.cpp:5438–5441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5436}
5437
5438void LASfilter::addKeepScanDirectionChange()
5439{
5440 add_criterion(new LAScriterionKeepScanDirectionChange());
5441}
5442
5443void LASfilter::addHeaderInfo(LASreader* lasreader) {
5444 for (U32 i = 0; i < num_criteria; i++)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected