VTK  9.1.0
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) override;
43 
45 
53  vtkGetObjectMacro(Controller, vtkMultiProcessController);
55 
61  void SetWriteMetaFile(int flag) override;
62 
63 protected:
66 
71 
73 
74 private:
76  void operator=(const vtkXMLPUniformGridAMRWriter&) = delete;
77 };
78 
79 #endif
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
Definition: vtkIndent.h:34
Multiprocessing communication superclass.
parallel writer for vtkUniformGridAMR and subclasses.
vtkMultiProcessController * Controller
virtual void SetController(vtkMultiProcessController *)
Controller used to communicate data type of blocks.
~vtkXMLPUniformGridAMRWriter() override
void SetWriteMetaFile(int flag) override
Set whether this instance will write the meta-file.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void FillDataTypes(vtkCompositeDataSet *) override
Overridden to reduce information about data-types across all processes.
static vtkXMLPUniformGridAMRWriter * New()
writer for vtkUniformGridAMR.