VTK  9.3.1
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 
35  void AddColorLevels(vtkUniformGridAMR* input, vtkUniformGridAMR* output);
36  vtkUniformGrid* ColorLevel(vtkUniformGrid* input, int group);
37 
38 private:
40  void operator=(const vtkOverlappingAMRLevelIdScalars&) = delete;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif
A base class for all algorithms that take as input vtkOverlappingAMR and produce vtkOverlappingAMR.
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:28
image data with blanking
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Store zero or more vtkInformation instances.
static vtkOverlappingAMRAlgorithm * New()
a concrete implementation of vtkCompositeDataSet
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.