MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / PGLSampleStorage pglNewSampleStorage

Function PGLSampleStorage pglNewSampleStorage

openpgl/api/api.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264#define OPENPGL_SAMPLE_STORAGE_STRING "OPENPGL_" OPENPGL_VERSION_STRING "_SAMPLE_STORAGE"
265
266extern "C" OPENPGL_DLLEXPORT PGLSampleStorage pglNewSampleStorage() OPENPGL_CATCH_BEGIN
267{
268 return (PGLSampleStorage)SampleDataStorage::newSampleDataStorage();
269}
270OPENPGL_CATCH_END(nullptr)
271
272extern "C" OPENPGL_DLLEXPORT PGLSampleStorage pglNewSampleStorageFromFile(const char *sampleStorageFileName) OPENPGL_CATCH_BEGIN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected