VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Filters
Extraction
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
:
23
vtkTypeMacro(
vtkHierarchicalDataExtractLevel
,
vtkExtractLevel
);
24
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
25
26
static
vtkHierarchicalDataExtractLevel
*
New
();
27
28
protected
:
29
vtkHierarchicalDataExtractLevel
();
30
~
vtkHierarchicalDataExtractLevel
()
override
;
31
32
private
:
33
vtkHierarchicalDataExtractLevel
(
const
vtkHierarchicalDataExtractLevel
&) =
delete
;
34
void
operator=(
const
vtkHierarchicalDataExtractLevel
&) =
delete
;
35
};
36
37
VTK_ABI_NAMESPACE_END
38
#endif
vtkExtractLevel::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkExtractLevel
extract levels between min and max from a hierarchical box dataset.
Definition:
vtkExtractLevel.h:25
vtkExtractLevel::New
static vtkExtractLevel * New()
vtkHierarchicalDataExtractLevel
extract levels between min and max
Definition:
vtkHierarchicalDataExtractLevel.h:20
vtkExtractLevel.h
Generated on Sun Mar 23 2025 01:38:17 for VTK by
1.8.10