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

Method toString

tests/catch.hpp:5716–5720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5714 }
5715
5716 std::string Approx::toString() const {
5717 ReusableStringStream rss;
5718 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
5719 return rss.str();
5720 }
5721
5722 bool Approx::equalityComparisonImpl(const double other) const {
5723 // First try with fixed margin, then compute margin based on epsilon, scale and Approx's value

Callers 5

describeMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
convertMethod · 0.45

Calls 3

stringifyFunction · 0.85
strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected