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

Method instance

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

Source from the content-addressed store, hash-verified

7914 void use( Colour::Code ) {}
7915
7916 static IColourImpl* instance() {
7917 static NoColourImpl s_instance;
7918 return &s_instance;
7919 }
7920 };
7921
7922 } // anon namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected