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

Function pglFieldValidate

openpgl/api/api.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235extern "C" OPENPGL_DLLEXPORT bool pglFieldValidate(PGLField field)
236{
237 const auto *gField = (const IGuidingField *)field;
238 return gField->validate(true, true);
239}
240
241extern "C" OPENPGL_DLLEXPORT bool pglFieldCompare(PGLField fieldA, PGLField fieldB)
242{

Callers 1

ValidateMethod · 0.85

Calls 1

validateMethod · 0.45

Tested by

no test coverage detected