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

Function pglVolumeSamplingDistributionValidate

openpgl/api/api.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710extern "C" OPENPGL_DLLEXPORT bool pglVolumeSamplingDistributionValidate(PGLVolumeSamplingDistribution volumeSamplingDistribution)
711{
712 IVolumeSamplingDistribution *gVolumeSamplingDistribution = (IVolumeSamplingDistribution *)volumeSamplingDistribution;
713 return gVolumeSamplingDistribution->validate();
714}
715
716extern "C" OPENPGL_DLLEXPORT void pglVolumeSamplingDistributionClear(PGLVolumeSamplingDistribution volumeSamplingDistribution)
717{

Callers 1

ValidateMethod · 0.85

Calls 1

validateMethod · 0.45

Tested by

no test coverage detected