VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
Core
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 "vtkCommonCoreModule.h"
// For export macro
43
#include "
vtkFileOutputWindow.h
"
44
45
46
class
VTKCOMMONCORE_EXPORT
vtkXMLFileOutputWindow
:
public
vtkFileOutputWindow
47
{
48
public
:
49
vtkTypeMacro(
vtkXMLFileOutputWindow
,
vtkFileOutputWindow
);
50
51
static
vtkXMLFileOutputWindow
*
New
();
52
54
57
virtual
void
DisplayText
(
const
char
*);
58
virtual
void
DisplayErrorText
(
const
char
*);
59
virtual
void
DisplayWarningText
(
const
char
*);
60
virtual
void
DisplayGenericWarningText
(
const
char
*);
61
virtual
void
DisplayDebugText
(
const
char
*);
63
65
virtual
void
DisplayTag(
const
char
*);
66
67
protected
:
68
vtkXMLFileOutputWindow
() {};
69
virtual
~vtkXMLFileOutputWindow
() {};
70
71
void
Initialize
();
72
virtual
void
DisplayXML(
const
char
*,
const
char
*);
73
74
private
:
75
vtkXMLFileOutputWindow
(
const
vtkXMLFileOutputWindow
&);
// Not implemented.
76
void
operator=(
const
vtkXMLFileOutputWindow
&);
// Not implemented.
77
};
78
79
80
81
#endif
82
// VTK-HeaderTest-Exclude: vtkXMLFileOutputWindow.h
Generated on Fri May 25 2012 22:39:04 for VTK by
1.8.1