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

Method UpdateSurface

openpgl/include/openpgl/cpp/Field.h:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194OPENPGL_INLINE void Field::UpdateSurface(const SampleStorage &sampleStorage)
195{
196 OPENPGL_ASSERT(m_fieldHandle);
197 pglFieldUpdateSurface(m_fieldHandle, sampleStorage.m_sampleStorageHandle);
198}
199
200OPENPGL_INLINE void Field::UpdateVolume(const SampleStorage &sampleStorage)
201{

Callers

nothing calls this directly

Calls 1

pglFieldUpdateSurfaceFunction · 0.85

Tested by

no test coverage detected