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

Function pglFieldStoreToFile

openpgl/api/api.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128OPENPGL_CATCH_END_VOID
129
130extern "C" OPENPGL_DLLEXPORT bool pglFieldStoreToFile(PGLField field, const char *fieldFileName) OPENPGL_CATCH_BEGIN
131{
132 THROW_IF_NULL_OBJECT(field);
133 THROW_IF_NULL_STRING(fieldFileName);
134 ((IGuidingField *)field)->storeToFile(fieldFileName);
135 return true;
136}
137OPENPGL_CATCH_END(false)
138
139extern "C" OPENPGL_DLLEXPORT size_t pglFieldGetIteration(PGLField field) OPENPGL_CATCH_BEGIN

Callers 1

StoreMethod · 0.85

Calls 1

storeToFileMethod · 0.80

Tested by

no test coverage detected