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

Method UpdateVolume

openpgl/include/openpgl/cpp/Field.h:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200OPENPGL_INLINE void Field::UpdateVolume(const SampleStorage &sampleStorage)
201{
202 OPENPGL_ASSERT(m_fieldHandle);
203 pglFieldUpdateVolume(m_fieldHandle, sampleStorage.m_sampleStorageHandle);
204}
205
206OPENPGL_INLINE void Field::Reset()
207{

Callers

nothing calls this directly

Calls 1

pglFieldUpdateVolumeFunction · 0.85

Tested by

no test coverage detected