MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / operator==

Method operator==

openpgl/include/openpgl/cpp/Field.h:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218OPENPGL_INLINE bool Field::operator==(const Field &b) const
219{
220 OPENPGL_ASSERT(m_fieldHandle);
221 OPENPGL_ASSERT(b.m_fieldHandle);
222 return pglFieldCompare(m_fieldHandle, b.m_fieldHandle);
223}
224
225OPENPGL_INLINE FieldStatistics Field::GetSurfaceStatistics() const
226{

Callers

nothing calls this directly

Calls 1

pglFieldCompareFunction · 0.85

Tested by

no test coverage detected