VTK  9.3.1
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 
18 VTK_ABI_NAMESPACE_BEGIN
19 class vtkUniformGrid;
20 class vtkUniformGridAMR;
21 
22 class VTKFILTERSGENERAL_EXPORT vtkNonOverlappingAMRLevelIdScalars
24 {
25 public:
28  void PrintSelf(ostream& os, vtkIndent indent);
29 
30 protected:
33 
35 
36  void AddColorLevels(vtkUniformGridAMR* input, vtkUniformGridAMR* output);
37  vtkUniformGrid* ColorLevel(vtkUniformGrid* input, int group);
38 
39 private:
41  void operator=(const vtkNonOverlappingAMRLevelIdScalars&) = delete;
42 };
43 
44 VTK_ABI_NAMESPACE_END
45 #endif
Store vtkAlgorithm input/output information.
produce vtkNonOverlappingAMR as output.
a simple class to control print indentation
Definition: vtkIndent.h:28
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
image data with blanking
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Store zero or more vtkInformation instances.
static vtkNonOverlappingAMRAlgorithm * New()
a concrete implementation of vtkCompositeDataSet