VTK  9.3.20240424
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
25#ifndef vtkXMLHierarchicalBoxDataReader_h
26#define vtkXMLHierarchicalBoxDataReader_h
27
29
30VTK_ABI_NAMESPACE_BEGIN
32{
33public:
36 void PrintSelf(ostream& os, vtkIndent indent) override;
37
38protected:
41
42private:
44 void operator=(const vtkXMLHierarchicalBoxDataReader&) = delete;
45};
46
47VTK_ABI_NAMESPACE_END
48#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).