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

Method filter

LASlib/src/lasfilter.cpp:747–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745 return LASZIP_DECOMPRESS_SELECTIVE_FLAGS;
746 };
747 inline BOOL filter(const LASpoint* point)
748 {
749 return (point->edge_of_flight_line != 0);
750 };
751};
752
753class LAScriterionKeepScannerChannel : public LAScriterion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected