| 1124 | return "transform_affine"; |
| 1125 | }; |
| 1126 | inline I32 get_command(CHAR* string) const |
| 1127 | { |
| 1128 | return sprintf(string, "-%s %lf,%lf,%lf,%lf ", name(), r, w, tx, ty); |
| 1129 | }; |
| 1130 | inline U32 get_decompress_selective() const |
| 1131 | { |
| 1132 | return LASZIP_DECOMPRESS_SELECTIVE_CHANNEL_RETURNS_XY; |
nothing calls this directly
no outgoing calls
no test coverage detected