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

Method use

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

Source from the content-addressed store, hash-verified

8097 Colour::~Colour(){ if( !m_moved ) use( None ); }
8098
8099 void Colour::use( Code _colourCode ) {
8100 static IColourImpl* impl = platformColourInstance();
8101 impl->use( _colourCode );
8102 }
8103
8104 std::ostream& operator << ( std::ostream& os, Colour const& ) {
8105 return os;

Callers

nothing calls this directly

Calls 1

platformColourInstanceFunction · 0.85

Tested by

no test coverage detected