VTK  9.4.20250206
vtkXMLHierarchicalBoxDataWriter.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
13#ifndef vtkXMLHierarchicalBoxDataWriter_h
14#define vtkXMLHierarchicalBoxDataWriter_h
15
16#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_5_0
18
19VTK_ABI_NAMESPACE_BEGIN
20class VTK_DEPRECATED_IN_9_5_0("Please use `vtkXMLUniformGridAMRWriter` instead.")
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
31 const char* GetDefaultFileExtension() override { return "vth"; }
32
33protected:
36
37private:
39 void operator=(const vtkXMLHierarchicalBoxDataWriter&) = delete;
40};
41
42VTK_ABI_NAMESPACE_END
43#endif
a simple class to control print indentation
Definition vtkIndent.h:108
writer for vtkHierarchicalBoxDataSet for backwards compatibility.
static vtkXMLHierarchicalBoxDataWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
writer for vtkUniformGridAMR.
#define VTK_DEPRECATED_IN_9_5_0(reason)