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

Method SampleStorage

openpgl/include/openpgl/cpp/SampleStorage.h:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156////////////////////////////////////////////////////////////
157
158OPENPGL_INLINE SampleStorage::SampleStorage()
159{
160 m_sampleStorageHandle = pglNewSampleStorage();
161}
162
163OPENPGL_INLINE SampleStorage::SampleStorage(const std::string &sampleStorageFileName)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected