| 294 | } |
| 295 | |
| 296 | void 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 |
| 304 | vtkOutputWindow* vtkOutputWindow::GetInstance() |