VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
vtkXMLFileOutputWindow.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkXMLFileOutputWindow.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
=========================================================================*/
39
#ifndef __vtkXMLFileOutputWindow_h
40
#define __vtkXMLFileOutputWindow_h
41
42
#include "
vtkFileOutputWindow.h
"
43
44
45
class
VTK_COMMON_EXPORT
vtkXMLFileOutputWindow
:
public
vtkFileOutputWindow
46
{
47
public
:
48
vtkTypeMacro(
vtkXMLFileOutputWindow
,
vtkFileOutputWindow
);
49
50
static
vtkXMLFileOutputWindow
*
New
();
51
53
56
virtual
void
DisplayText
(
const
char
*);
57
virtual
void
DisplayErrorText
(
const
char
*);
58
virtual
void
DisplayWarningText
(
const
char
*);
59
virtual
void
DisplayGenericWarningText
(
const
char
*);
60
virtual
void
DisplayDebugText
(
const
char
*);
62
64
virtual
void
DisplayTag(
const
char
*);
65
66
protected
:
67
vtkXMLFileOutputWindow
() {};
68
virtual
~vtkXMLFileOutputWindow
() {};
69
70
void
Initialize
();
71
virtual
void
DisplayXML(
const
char
*,
const
char
*);
72
73
private
:
74
vtkXMLFileOutputWindow
(
const
vtkXMLFileOutputWindow
&);
// Not implemented.
75
void
operator=(
const
vtkXMLFileOutputWindow
&);
// Not implemented.
76
};
77
78
79
80
#endif
Generated on Fri Aug 2 2013 12:19:47 for VTK by
1.8.4