OGS
VtkConsoleOutputWindow.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include "vtkOutputWindow.h"
7
11class VtkConsoleOutputWindow : public vtkOutputWindow
12{
13public:
15 void PrintSelf(ostream& os, vtkIndent indent) override;
16
18 void DisplayText(const char* /*unused*/) override;
19
21 void operator=(const VtkConsoleOutputWindow&) = delete;
22
23protected:
26};
static VtkConsoleOutputWindow * New()
void DisplayText(const char *) override
void PrintSelf(ostream &os, vtkIndent indent) override
void operator=(const VtkConsoleOutputWindow &)=delete
VtkConsoleOutputWindow(const VtkConsoleOutputWindow &)=delete
vtkTypeMacro(VtkConsoleOutputWindow, vtkOutputWindow)
~VtkConsoleOutputWindow() override