| 5473 | } |
| 5474 | |
| 5475 | LASfilter::LASfilter() |
| 5476 | { |
| 5477 | alloc_criteria = 0; |
| 5478 | num_criteria = 0; |
| 5479 | criteria = 0; |
| 5480 | counters = 0; |
| 5481 | } |
| 5482 | |
| 5483 | LASfilter::~LASfilter() |
| 5484 | { |
nothing calls this directly
no outgoing calls
no test coverage detected