VTK  9.3.20240417
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 
30 VTK_ABI_NAMESPACE_BEGIN
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
38 protected:
41 
42 private:
44  void operator=(const vtkXMLHierarchicalBoxDataReader&) = delete;
45 };
46 
47 VTK_ABI_NAMESPACE_END
48 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
Reader for hierarchical datasets (for backwards compatibility).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXMLHierarchicalBoxDataReader * New()
Reader for amr datasets (vtkOverlappingAMR or vtkNonOverlappingAMR).