VTK  9.3.20240329
vtkOverlappingAMRLevelIdScalars.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 vtkOverlappingAMRLevelIdScalars_h
13 #define vtkOverlappingAMRLevelIdScalars_h
14 
15 #include "vtkFiltersGeneralModule.h" // For export macro
17 
18 VTK_ABI_NAMESPACE_BEGIN
19 class vtkUniformGrid;
20 class vtkUniformGridAMR;
21 
22 class VTKFILTERSGENERAL_EXPORT vtkOverlappingAMRLevelIdScalars : public vtkOverlappingAMRAlgorithm
23 {
24 public:
27  void PrintSelf(ostream& os, vtkIndent indent) override;
28 
29 protected:
32 
34 
37 
38 private:
40  void operator=(const vtkOverlappingAMRLevelIdScalars&) = delete;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
static vtkOverlappingAMRLevelIdScalars * New()
void AddColorLevels(vtkUniformGridAMR *input, vtkUniformGridAMR *output)
vtkUniformGrid * ColorLevel(vtkUniformGrid *input, int group)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a concrete implementation of vtkCompositeDataSet
image data with blanking