VTK  9.4.20250208
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 "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_5_0
16#include "vtkIOParallelXMLModule.h" // For export macro
18
19VTK_ABI_NAMESPACE_BEGIN
20class VTK_DEPRECATED_IN_9_5_0("Please use `vtkXMLPUniformGridAMRWriter` instead.")
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
28protected:
31
32private:
34 void operator=(const vtkXMLPHierarchicalBoxDataWriter&) = delete;
35};
36
37VTK_ABI_NAMESPACE_END
38#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.
#define VTK_DEPRECATED_IN_9_5_0(reason)