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

Method Validate

openpgl/include/openpgl/cpp/Field.h:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212OPENPGL_INLINE bool Field::Validate() const
213{
214 OPENPGL_ASSERT(m_fieldHandle);
215 return pglFieldValidate(m_fieldHandle);
216}
217
218OPENPGL_INLINE bool Field::operator==(const Field &b) const
219{

Callers 10

validate_fieldFunction · 0.45
bench_lookup_sampleFunction · 0.45
fit_fieldFunction · 0.45
update_fieldFunction · 0.45
merge_samplesFunction · 0.45
validate_fieldFunction · 0.45
validate_samplesFunction · 0.45
compare_samplesFunction · 0.45
compare_fieldsFunction · 0.45
update_compare_fieldsFunction · 0.45

Calls 1

pglFieldValidateFunction · 0.85

Tested by

no test coverage detected