VTK  9.6.20260415
vtkHierarchicalDataLevelFilter.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
12
13#ifndef vtkHierarchicalDataLevelFilter_h
14#define vtkHierarchicalDataLevelFilter_h
15
16#include "vtkDeprecation.h" // for VTK_DEPRECATED_IN_9_7_0
17#include "vtkFiltersGeneralModule.h" // For export macro
18#include "vtkLevelIdScalars.h"
19
20VTK_ABI_NAMESPACE_BEGIN
22 "Use vtkLevelIdScalars") VTKFILTERSGENERAL_EXPORT vtkHierarchicalDataLevelFilter
23 : public vtkLevelIdScalars
24{
25public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
34
35protected:
38
39private:
41 void operator=(const vtkHierarchicalDataLevelFilter&) = delete;
42};
43
44VTK_ABI_NAMESPACE_END
45#endif
static vtkHierarchicalDataLevelFilter * New()
Construct object with PointIds and CellIds on; and ids being generated as scalars.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkHierarchicalDataLevelFilter() override
a simple class to control print indentation
Definition vtkIndent.h:108
#define VTK_DEPRECATED_IN_9_7_0(reason)