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

Method AddSample

openpgl/include/openpgl/cpp/PathSegmentStorage.h:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210OPENPGL_INLINE void PathSegmentStorage::AddSample(SampleData sample)
211{
212 OPENPGL_ASSERT(m_pathSegmentStorageHandle);
213 pglPathSegmentStorageAddSample(m_pathSegmentStorageHandle, sample);
214}
215
216OPENPGL_INLINE PathSegment *PathSegmentStorage::NextSegment()
217{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected