VTK  9.3.20240419
vtkXMLPHierarchicalBoxDataWriter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkXMLPHierarchicalBoxDataWriter_h
13 #define vtkXMLPHierarchicalBoxDataWriter_h
14 
15 #include "vtkIOParallelXMLModule.h" // For export macro
17 
18 VTK_ABI_NAMESPACE_BEGIN
19 class VTKIOPARALLELXML_EXPORT vtkXMLPHierarchicalBoxDataWriter : public vtkXMLPUniformGridAMRWriter
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
29 
30 private:
32  void operator=(const vtkXMLPHierarchicalBoxDataWriter&) = delete;
33 };
34 
35 VTK_ABI_NAMESPACE_END
36 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
parallel writer for vtkHierarchicalBoxDataSet for backwards compatibility.
static vtkXMLPHierarchicalBoxDataWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
parallel writer for vtkUniformGridAMR and subclasses.