VTK  9.3.0
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 
19 VTK_ABI_NAMESPACE_BEGIN
20 class VTKFILTERSEXTRACTION_EXPORT vtkHierarchicalDataExtractLevel : public vtkExtractLevel
21 {
22 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
27 
28 protected:
31 
32 private:
34  void operator=(const vtkHierarchicalDataExtractLevel&) = delete;
35 };
36 
37 VTK_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:38