VTK
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
30 
32 
34 {
35 public:
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:
58 
59 
60  virtual void FillDataTypes(vtkCompositeDataSet*);
61 
63 
64 private:
66  void operator=(const vtkXMLPHierarchicalBoxDataWriter&); // Not implemented.
67 //ETX
68 };
69 
70 #endif
71 
72