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 =========================================================================*/
29 #ifndef vtkXMLPUniformGridAMRWriter_h
30 #define vtkXMLPUniformGridAMRWriter_h
31 
32 #include "vtkIOParallelXMLModule.h" // For export macro
34 
36 
37 class VTKIOPARALLELXML_EXPORT vtkXMLPUniformGridAMRWriter : public vtkXMLUniformGridAMRWriter
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
52  virtual void SetController(vtkMultiProcessController*);
53  vtkGetObjectMacro(Controller, vtkMultiProcessController);
55 
61  virtual void SetWriteMetaFile(int flag);
62 
63 protected:
66 
70  virtual void FillDataTypes(vtkCompositeDataSet*);
71 
73 private:
74  vtkXMLPUniformGridAMRWriter(const vtkXMLPUniformGridAMRWriter&) VTK_DELETE_FUNCTION;
75  void operator=(const vtkXMLPUniformGridAMRWriter&) VTK_DELETE_FUNCTION;
76 
77 };
78 
79 #endif
virtual void FillDataTypes(vtkCompositeDataSet *)
Determine the data types for each of the leaf nodes.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
writer for vtkUniformGridAMR.
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Definition: vtkIndent.h:39
static vtkXMLUniformGridAMRWriter * New()
virtual void SetWriteMetaFile(int flag)
Get/Set whether this instance will write the meta-file.
vtkMultiProcessController * Controller
parallel writer for vtkUniformGridAMR and subclasses.
Multiprocessing communication superclass.