VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
Parallel
vtkXMLPHierarchicalBoxDataWriter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkXMLPHierarchicalBoxDataWriter.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
=========================================================================*/
25
#ifndef __vtkXMLPHierarchicalBoxDataWriter_h
26
#define __vtkXMLPHierarchicalBoxDataWriter_h
27
28
#include "vtkIOParallelModule.h"
// For export macro
29
#include "
vtkXMLHierarchicalBoxDataWriter.h
"
30
31
class
vtkMultiProcessController
;
32
33
class
VTKIOPARALLEL_EXPORT
vtkXMLPHierarchicalBoxDataWriter
:
public
vtkXMLHierarchicalBoxDataWriter
34
{
35
public
:
36
static
vtkXMLPHierarchicalBoxDataWriter
*
New
();
37
vtkTypeMacro(
vtkXMLPHierarchicalBoxDataWriter
,
vtkXMLHierarchicalBoxDataWriter
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
45
virtual
void
SetController(
vtkMultiProcessController
*);
46
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
48
52
virtual
void
SetWriteMetaFile
(
int
flag);
53
54
//BTX
55
protected
:
56
vtkXMLPHierarchicalBoxDataWriter
();
57
~
vtkXMLPHierarchicalBoxDataWriter
();
58
59
60
virtual
void
FillDataTypes
(
vtkCompositeDataSet
*);
61
62
vtkMultiProcessController
*
Controller
;
63
64
private
:
65
vtkXMLPHierarchicalBoxDataWriter
(
const
vtkXMLPHierarchicalBoxDataWriter
&);
// Not implemented.
66
void
operator=(
const
vtkXMLPHierarchicalBoxDataWriter
&);
// Not implemented.
67
//ETX
68
};
69
70
#endif
71
72
Generated on Fri May 25 2012 22:39:29 for VTK by
1.8.1