| 4841 | |
| 4842 | struct OffsetData { |
| 4843 | OffsetData() : num_x_levels(0), num_y_levels(0) {} |
| 4844 | std::vector<std::vector<std::vector <tinyexr::tinyexr_uint64> > > offsets; |
| 4845 | int num_x_levels; |
| 4846 | int num_y_levels; |
nothing calls this directly
no outgoing calls
no test coverage detected