MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / ~SampleStorage

Method ~SampleStorage

openpgl/include/openpgl/cpp/SampleStorage.h:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170OPENPGL_INLINE SampleStorage::~SampleStorage()
171{
172 OPENPGL_ASSERT(m_sampleStorageHandle);
173 pglReleaseSampleStorage(m_sampleStorageHandle);
174 m_sampleStorageHandle = nullptr;
175}
176
177OPENPGL_INLINE bool SampleStorage::Store(const std::string &sampleStorageFileName) const
178{

Callers

nothing calls this directly

Calls 1

pglReleaseSampleStorageFunction · 0.85

Tested by

no test coverage detected