VTK
9.0.1
Common
Core
vtkWin32OutputWindow.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkWin32OutputWindow.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
33
#ifndef vtkWin32OutputWindow_h
34
#define vtkWin32OutputWindow_h
35
36
#include "vtkCommonCoreModule.h"
// For export macro
37
#include "
vtkOutputWindow.h
"
38
39
class
VTKCOMMONCORE_EXPORT
vtkWin32OutputWindow
:
public
vtkOutputWindow
40
{
41
public
:
42
// Methods from vtkObject
43
vtkTypeMacro(
vtkWin32OutputWindow
,
vtkOutputWindow
);
44
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
45
49
static
vtkWin32OutputWindow
*
New
();
50
54
void
DisplayText
(
const
char
*)
override
;
55
57
63
VTK_LEGACY(
void
SetSendToStdErr(
bool
));
64
VTK_LEGACY(
bool
GetSendToStdErr());
65
VTK_LEGACY(
void
SendToStdErrOn());
66
VTK_LEGACY(
void
SendToStdErrOff());
68
69
protected
:
70
vtkWin32OutputWindow
();
71
~
vtkWin32OutputWindow
()
override
;
72
73
void
PromptText(
const
char
* text);
74
static
void
AddText(
const
char
*);
75
static
int
Initialize();
76
77
private
:
78
vtkWin32OutputWindow
(
const
vtkWin32OutputWindow
&) =
delete
;
79
void
operator=(
const
vtkWin32OutputWindow
&) =
delete
;
80
};
81
82
#endif
vtkWin32OutputWindow
Win32 Specific output window class.
Definition:
vtkWin32OutputWindow.h:39
vtkOutputWindow.h
vtkOutputWindow::New
static vtkOutputWindow * New()
Creates a new instance of vtkOutputWindow.
vtkOutputWindow
base class for writing debug output to a console
Definition:
vtkOutputWindow.h:50
vtkOutputWindow::DisplayText
virtual void DisplayText(const char *)
Display the text.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkOutputWindow::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17