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

Method AddSample

openpgl/include/openpgl/cpp/SampleStorage.h:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183OPENPGL_INLINE void SampleStorage::AddSample(const SampleData &sample)
184{
185 OPENPGL_ASSERT(m_sampleStorageHandle);
186 pglSampleStorageAddSample(m_sampleStorageHandle, sample);
187}
188
189OPENPGL_INLINE void SampleStorage::AddSamples(const SampleData *samples, size_t numSamples)
190{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected