| 126 | } |
| 127 | |
| 128 | void GetTargetRange(const Baker & baker, float& start, float& end) |
| 129 | { |
| 130 | return GetSrcRange(baker, baker.getTargetSpace(), start, end); |
| 131 | } |
| 132 | |
| 133 | } // namespace OCIO_NAMESPACE |
nothing calls this directly
no test coverage detected