| 5436 | } |
| 5437 | |
| 5438 | void LASfilter::addKeepScanDirectionChange() |
| 5439 | { |
| 5440 | add_criterion(new LAScriterionKeepScanDirectionChange()); |
| 5441 | } |
| 5442 | |
| 5443 | void LASfilter::addHeaderInfo(LASreader* lasreader) { |
| 5444 | for (U32 i = 0; i < num_criteria; i++) |
nothing calls this directly
no outgoing calls
no test coverage detected