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

Function pglVolumeSamplingDistributionGetId

openpgl/api/api.cpp:704–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704extern "C" OPENPGL_DLLEXPORT uint32_t pglVolumeSamplingDistributionGetId(PGLVolumeSamplingDistribution volumeSamplingDistribution)
705{
706 IVolumeSamplingDistribution *gVolumeSamplingDistribution = (IVolumeSamplingDistribution *)volumeSamplingDistribution;
707 return gVolumeSamplingDistribution->getId();
708}
709
710extern "C" OPENPGL_DLLEXPORT bool pglVolumeSamplingDistributionValidate(PGLVolumeSamplingDistribution volumeSamplingDistribution)
711{

Callers 1

GetIdMethod · 0.85

Calls 1

getIdMethod · 0.45

Tested by

no test coverage detected