MCPcopy Create free account
hub / github.com/Kitware/VTK / DisplayDebugText

Method DisplayDebugText

Common/Core/vtkOutputWindow.cxx:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void vtkOutputWindow::DisplayDebugText(const char* txt)
297{
298 vtkScopedSet<MessageTypes> setter(&this->CurrentMessageType, MESSAGE_TYPE_DEBUG);
299
300 this->DisplayText(txt);
301}
302
303// Return the single instance of the vtkOutputWindow
304vtkOutputWindow* vtkOutputWindow::GetInstance()

Callers 2

TestXMLFileOutputWindowFunction · 0.45

Calls 1

DisplayTextMethod · 0.95

Tested by 1

TestXMLFileOutputWindowFunction · 0.36