VTK  9.3.20240329
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 
28 VTK_ABI_NAMESPACE_BEGIN
29 class VTKINFOVISCORE_EXPORT vtkTreeLevelsFilter : public vtkTreeAlgorithm
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
36 protected:
38  ~vtkTreeLevelsFilter() override = default;
39 
41 
42 private:
44  void operator=(const vtkTreeLevelsFilter&) = delete;
45 };
46 
47 VTK_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
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
static vtkTreeLevelsFilter * New()