VTK  9.4.20250421
vtkNonOverlappingAMRLevelIdScalars.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
12#ifndef vtkNonOverlappingAMRLevelIdScalars_h
13#define vtkNonOverlappingAMRLevelIdScalars_h
14
15#include "vtkFiltersGeneralModule.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
19class vtkUniformGrid;
21
22class VTKFILTERSGENERAL_EXPORT vtkNonOverlappingAMRLevelIdScalars
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent);
29
30protected:
33
35
38
39private:
41 void operator=(const vtkNonOverlappingAMRLevelIdScalars&) = delete;
42};
43
44VTK_ABI_NAMESPACE_END
45#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
produce vtkNonOverlappingAMR as output.
vtkUniformGrid * ColorLevel(vtkUniformGrid *input, int group)
void AddColorLevels(vtkUniformGridAMR *input, vtkUniformGridAMR *output)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkNonOverlappingAMRLevelIdScalars * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a multi-resolution dataset based on vtkUniformGrid
image data with blanking