VTK  9.4.20250509
vtkTreeLevelsFilter.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
22#ifndef vtkTreeLevelsFilter_h
23#define vtkTreeLevelsFilter_h
24
25#include "vtkInfovisCoreModule.h" // For export macro
26#include "vtkTreeAlgorithm.h"
27
28VTK_ABI_NAMESPACE_BEGIN
29class VTKINFOVISCORE_EXPORT vtkTreeLevelsFilter : public vtkTreeAlgorithm
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
36protected:
38 ~vtkTreeLevelsFilter() override = default;
39
41
42private:
44 void operator=(const vtkTreeLevelsFilter&) = delete;
45};
46
47VTK_ABI_NAMESPACE_END
48#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only Tree as output.
adds level and leaf fields to a vtkTree
static vtkTreeLevelsFilter * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTreeLevelsFilter() override=default