| 150 | public: |
| 151 | inline const CHAR* name() const { return "keep_profile"; }; |
| 152 | inline I32 get_command(CHAR* string) const { return sprintf(string, "-%s %lf %lf %lf %lf %lf ", name(), x1, y1, x2, y2, w); }; |
| 153 | inline U32 get_decompress_selective() const { return LASZIP_DECOMPRESS_SELECTIVE_CHANNEL_RETURNS_XY; }; |
| 154 | inline BOOL filter(const LASpoint* point) |
| 155 | { |
nothing calls this directly
no outgoing calls
no test coverage detected