| 14 | #include <vector> |
| 15 | union Dimensions3D; |
| 16 | struct ImportanceSamplingData; |
| 17 | |
| 18 | void WriteOutPdfMinMaxFile(const std::string& baseOutputFileName, const Dimensions3D& dims, float pdfMin, float pdfMax, float isAvg, float lumax); |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected