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

Method GetSampleVolume

openpgl/include/openpgl/cpp/SampleStorage.h:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261OPENPGL_INLINE SampleData SampleStorage::GetSampleVolume(const int idx) const
262{
263 OPENPGL_ASSERT(m_sampleStorageHandle);
264 return pglSampleStorageGetSampleVolume(m_sampleStorageHandle, idx);
265}
266
267OPENPGL_INLINE ZeroValueSampleData SampleStorage::GetZeroValueSampleSurface(const int idx) const
268{

Callers 1

export_samplesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected