VTK  9.3.20240424
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
13#ifndef vtkHierarchicalDataLevelFilter_h
14#define vtkHierarchicalDataLevelFilter_h
15
16#include "vtkFiltersGeneralModule.h" // For export macro
17#include "vtkLevelIdScalars.h"
18
19VTK_ABI_NAMESPACE_BEGIN
20class VTKFILTERSGENERAL_EXPORT vtkHierarchicalDataLevelFilter : public vtkLevelIdScalars
21{
22public:
24 void PrintSelf(ostream& os, vtkIndent indent) override;
25
31
32protected:
35
36private:
38 void operator=(const vtkHierarchicalDataLevelFilter&) = delete;
39};
40
41VTK_ABI_NAMESPACE_END
42#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
Empty class for backwards compatibility.