| 3803 | return "set_scan_direction_flag"; |
| 3804 | }; |
| 3805 | inline I32 get_command(CHAR* string) const |
| 3806 | { |
| 3807 | return sprintf(string, "-%s %d ", name(), flag); |
| 3808 | }; |
| 3809 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 3810 | { |
| 3811 | return get_offset_adjust_coord_without_trafo_changes(x, y, z); |
nothing calls this directly
no outgoing calls
no test coverage detected