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

Method GetSizeVolume

openpgl/include/openpgl/cpp/SampleStorage.h:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237OPENPGL_INLINE size_t SampleStorage::GetSizeVolume() const
238{
239 OPENPGL_ASSERT(m_sampleStorageHandle);
240 return pglSampleStorageGetSizeVolume(m_sampleStorageHandle);
241}
242
243OPENPGL_INLINE size_t SampleStorage::GetSizeZeroValueSurface() const
244{

Callers 1

export_samplesFunction · 0.80

Calls 1

Tested by

no test coverage detected