VTK  9.3.0
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
18VTK_ABI_NAMESPACE_BEGIN
20{
21public:
24 void PrintSelf(ostream& os, vtkIndent indent) override;
25
26protected:
29
30private:
32 void operator=(const vtkXMLPHierarchicalBoxDataWriter&) = delete;
33};
34
35VTK_ABI_NAMESPACE_END
36#endif
a simple class to control print indentation
Definition vtkIndent.h:29
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.