MCPcopy Create free account
hub / github.com/assimp/assimp / write

Method write

tools/assimp_view/LogWindow.cpp:124–126  ·  view source on GitHub ↗

-------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

122
123//-------------------------------------------------------------------------------
124void CMyLogStream::write(const char *message) {
125 CLogWindow::Instance().WriteLine(message);
126}
127
128//-------------------------------------------------------------------------------
129void CLogWindow::Clear() {

Callers

nothing calls this directly

Calls 2

InstanceClass · 0.85
WriteLineMethod · 0.80

Tested by

no test coverage detected