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

Method GetSamples

openpgl/include/openpgl/cpp/PathSegmentStorage.h:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204OPENPGL_INLINE const SampleData *PathSegmentStorage::GetSamples(size_t &nSamples)
205{
206 OPENPGL_ASSERT(m_pathSegmentStorageHandle);
207 return pglPathSegmentStorageGetSamples(m_pathSegmentStorageHandle, nSamples);
208}
209
210OPENPGL_INLINE void PathSegmentStorage::AddSample(SampleData sample)
211{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected