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

Method Validate

openpgl/include/openpgl/cpp/SampleStorage.h:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279OPENPGL_INLINE bool SampleStorage::Validate() const
280{
281 OPENPGL_ASSERT(m_sampleStorageHandle);
282 return pglSampleStorageValidate(m_sampleStorageHandle);
283}
284
285OPENPGL_INLINE void SampleStorage::Merge(const SampleStorage &sampleStorage)
286{

Callers

nothing calls this directly

Calls 1

pglSampleStorageValidateFunction · 0.85

Tested by

no test coverage detected