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

Method useColour

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

Source from the content-addressed store, hash-verified

7867 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
7868 int Config::benchmarkResolutionMultiple() const { return m_data.benchmarkResolutionMultiple; }
7869 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
7870 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
7871 int Config::abortAfter() const { return m_data.abortAfter; }
7872 bool Config::showInvisibles() const { return m_data.showInvisibles; }

Callers 1

platformColourInstanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected