VTK  9.3.20240328
vtkLevelIdScalars.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
8 #ifndef vtkLevelIdScalars_h
9 #define vtkLevelIdScalars_h
10 
11 #include "vtkFiltersGeneralModule.h" // For export macro
13 
14 VTK_ABI_NAMESPACE_BEGIN
15 class VTKFILTERSGENERAL_EXPORT vtkLevelIdScalars : public vtkOverlappingAMRLevelIdScalars
16 {
17 public:
20  void PrintSelf(ostream& os, vtkIndent indent) override;
21 
22 protected:
24  ~vtkLevelIdScalars() override;
25 
26 private:
27  vtkLevelIdScalars(const vtkLevelIdScalars&) = delete;
28  void operator=(const vtkLevelIdScalars&) = delete;
29 };
30 
31 VTK_ABI_NAMESPACE_END
32 #endif /* VTKLEVELIDSCALARS_H_ */
a simple class to control print indentation
Definition: vtkIndent.h:108
Empty class for backwards compatibility.
~vtkLevelIdScalars() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkLevelIdScalars * New()