VTK  9.3.20240425
vtkHierarchicalDataExtractLevel.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 vtkHierarchicalDataExtractLevel_h
14#define vtkHierarchicalDataExtractLevel_h
15
16#include "vtkExtractLevel.h"
17#include "vtkFiltersExtractionModule.h" // For export macro
18
19VTK_ABI_NAMESPACE_BEGIN
20class VTKFILTERSEXTRACTION_EXPORT vtkHierarchicalDataExtractLevel : public vtkExtractLevel
21{
22public:
24 void PrintSelf(ostream& os, vtkIndent indent) override;
25
27
28protected:
31
32private:
34 void operator=(const vtkHierarchicalDataExtractLevel&) = delete;
35};
36
37VTK_ABI_NAMESPACE_END
38#endif
extract levels between min and max from a hierarchical box dataset.
extract levels between min and max
static vtkHierarchicalDataExtractLevel * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition vtkIndent.h:108