MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / describe

Method describe

tests/catch.hpp:9168–9170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9166 }
9167
9168 std::string WithinAbsMatcher::describe() const {
9169 return "is within " + ::Catch::Detail::stringify(m_margin) + " of " + ::Catch::Detail::stringify(m_target);
9170 }
9171
9172 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType)
9173 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } {

Callers

nothing calls this directly

Calls 4

stringifyFunction · 0.85
to_stringFunction · 0.85
sizeMethod · 0.80
caseSensitivitySuffixMethod · 0.80

Tested by

no test coverage detected