MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Distribution

Class Distribution

openpgl/include/openpgl/cpp/Distribution.h:18–24  ·  view source on GitHub ↗

* @brief The Distribution class represents the approximation of the directional guiding distribution. * E.g., this distribution can represent the incident radiance field, its product with a BSDF or phase function, * or another target distribution. * */

Source from the content-addressed store, hash-verified

16 *
17 */
18struct Distribution
19{
20 Distribution(PGLDistribution distributionHandle);
21
22 private:
23 PGLDistribution m_distributionHandle{nullptr};
24};
25
26////////////////////////////////////////////////////////////
27/// Implementation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected