VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
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
=========================================================================*/
30
#ifndef __vtkWin32OutputWindow_h
31
#define __vtkWin32OutputWindow_h
32
33
#include "
vtkOutputWindow.h
"
34
35
36
class
VTK_COMMON_EXPORT
vtkWin32OutputWindow
:
public
vtkOutputWindow
37
{
38
public
:
39
// Methods from vtkObject
40
vtkTypeMacro(
vtkWin32OutputWindow
,
vtkOutputWindow
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
static
vtkWin32OutputWindow
*
New
();
45
47
virtual
void
DisplayText
(
const
char
*);
48
50
52
vtkGetMacro(SendToStdErr,
bool
);
53
vtkSetMacro(SendToStdErr,
bool
);
54
vtkBooleanMacro(SendToStdErr,
bool
);
56
57
protected
:
58
vtkWin32OutputWindow
();
59
virtual
~
vtkWin32OutputWindow
();
60
61
void
PromptText(
const
char
* text);
62
static
void
AddText(
const
char
*);
63
static
int
Initialize();
64
65
private
:
66
bool
SendToStdErr;
67
68
vtkWin32OutputWindow
(
const
vtkWin32OutputWindow
&);
// Not implemented.
69
void
operator=(
const
vtkWin32OutputWindow
&);
// Not implemented.
70
};
71
72
73
#endif
Generated on Sun Sep 9 2012 13:03:27 for VTK by
1.8.1.2