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

Method Update

openpgl/include/openpgl/cpp/Field.h:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188OPENPGL_INLINE void Field::Update(const SampleStorage &sampleStorage)
189{
190 OPENPGL_ASSERT(m_fieldHandle);
191 pglFieldUpdate(m_fieldHandle, sampleStorage.m_sampleStorageHandle);
192}
193
194OPENPGL_INLINE void Field::UpdateSurface(const SampleStorage &sampleStorage)
195{

Callers 4

init_fieldFunction · 0.45
fit_fieldFunction · 0.45
update_fieldFunction · 0.45
update_compare_fieldsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected