Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250401
vtkXMLHierarchicalBoxDataReader.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3// SPDX-License-Identifier: BSD-3-Clause
19#ifndef vtkXMLHierarchicalBoxDataReader_h
20#define vtkXMLHierarchicalBoxDataReader_h
21
22#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_5_0
24
25VTK_ABI_NAMESPACE_BEGIN
26class VTK_DEPRECATED_IN_9_5_0("Please use `vtkXMLUniformGridAMRReader` instead.")
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
34protected:
37
38private:
40 void operator=(const vtkXMLHierarchicalBoxDataReader&) = delete;
41};
42
43VTK_ABI_NAMESPACE_END
44#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Reader for hierarchical datasets (for backwards compatibility).
static vtkXMLHierarchicalBoxDataReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reader for amr datasets (vtkOverlappingAMR or vtkNonOverlappingAMR).
#define VTK_DEPRECATED_IN_9_5_0(reason)