VTK
vtkXMLPUniformGridAMRWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLPUniformGridAMRWriter.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 =========================================================================*/
28 #ifndef vtkXMLPUniformGridAMRWriter_h
29 #define vtkXMLPUniformGridAMRWriter_h
30 
31 #include "vtkIOParallelXMLModule.h" // For export macro
33 
35 
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
48  virtual void SetController(vtkMultiProcessController*);
49  vtkGetObjectMacro(Controller, vtkMultiProcessController);
51 
55  virtual void SetWriteMetaFile(int flag);
56 
57 //BTX
58 protected:
61 
64  virtual void FillDataTypes(vtkCompositeDataSet*);
65 
67 private:
68  vtkXMLPUniformGridAMRWriter(const vtkXMLPUniformGridAMRWriter&); // Not implemented.
69  void operator=(const vtkXMLPUniformGridAMRWriter&); // Not implemented.
70 //ETX
71 };
72 
73 #endif
#define VTKIOPARALLELXML_EXPORT
virtual void FillDataTypes(vtkCompositeDataSet *)
void PrintSelf(ostream &os, vtkIndent indent)
writer for vtkUniformGridAMR.
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Definition: vtkIndent.h:38
static vtkXMLUniformGridAMRWriter * New()
virtual void SetWriteMetaFile(int flag)
vtkMultiProcessController * Controller
parallel writer for vtkUniformGridAMR and subclasses.
Multiprocessing communication superclass.