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

Method Store

openpgl/include/openpgl/cpp/SampleStorage.h:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177OPENPGL_INLINE bool SampleStorage::Store(const std::string &sampleStorageFileName) const
178{
179 OPENPGL_ASSERT(m_sampleStorageHandle);
180 return pglSampleStorageStoreToFile(m_sampleStorageHandle, sampleStorageFileName.c_str());
181}
182
183OPENPGL_INLINE void SampleStorage::AddSample(const SampleData &sample)
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected