| 341 | }; |
| 342 | void set_apply_file_source_ID(const BOOL apply_file_source_ID); |
| 343 | inline BOOL applying_file_source_ID() const { |
| 344 | return apply_file_source_ID; |
| 345 | }; |
| 346 | void set_scale_factor(const F64* scale_factor); |
| 347 | inline const F64* get_scale_factor() const { |
| 348 | return scale_factor; |
nothing calls this directly
no outgoing calls
no test coverage detected