VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Filters
General
vtkLevelIdScalars.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
8
#ifndef vtkLevelIdScalars_h
9
#define vtkLevelIdScalars_h
10
11
#include "vtkFiltersGeneralModule.h"
// For export macro
12
#include "
vtkOverlappingAMRLevelIdScalars.h
"
13
14
VTK_ABI_NAMESPACE_BEGIN
15
class
VTKFILTERSGENERAL_EXPORT
vtkLevelIdScalars
:
public
vtkOverlappingAMRLevelIdScalars
16
{
17
public
:
18
static
vtkLevelIdScalars
*
New
();
19
vtkTypeMacro(
vtkLevelIdScalars
,
vtkOverlappingAMRLevelIdScalars
);
20
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
21
22
protected
:
23
vtkLevelIdScalars
();
24
~
vtkLevelIdScalars
()
override
;
25
26
private
:
27
vtkLevelIdScalars
(
const
vtkLevelIdScalars
&) =
delete
;
28
void
operator=(
const
vtkLevelIdScalars
&) =
delete
;
29
};
30
31
VTK_ABI_NAMESPACE_END
32
#endif
/* VTKLEVELIDSCALARS_H_ */
vtkOverlappingAMRLevelIdScalars.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkOverlappingAMRLevelIdScalars::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOverlappingAMRLevelIdScalars::New
static vtkOverlappingAMRLevelIdScalars * New()
vtkLevelIdScalars
Empty class for backwards compatibility.
Definition:
vtkLevelIdScalars.h:15
vtkOverlappingAMRLevelIdScalars
generate scalars from levels.
Definition:
vtkOverlappingAMRLevelIdScalars.h:22
Generated on Sun Mar 23 2025 01:38:18 for VTK by
1.8.10