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

Method filter

LASlib/src/lasfilter.cpp:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724 return LASZIP_DECOMPRESS_SELECTIVE_FLAGS;
725 };
726 inline BOOL filter(const LASpoint* point)
727 {
728 return (point->edge_of_flight_line == 0);
729 };
730};
731
732class LAScriterionDropEdgeOfFlightLine : public LAScriterion

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected