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 
29 
31 
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
44  virtual void SetController(vtkMultiProcessController*);
45  vtkGetObjectMacro(Controller, vtkMultiProcessController);
47 
51  virtual void SetWriteMetaFile(int flag);
52 
53 //BTX
54 protected:
57 
58 
59  virtual void FillDataTypes(vtkCompositeDataSet*);
60 
62 
63 private:
65  void operator=(const vtkXMLPHierarchicalBoxDataWriter&); // Not implemented.
66 //ETX
67 };
68 
69 #endif
70 
71