VTK  9.3.0
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 
38 
39 private:
41  void operator=(const vtkNonOverlappingAMRLevelIdScalars&) = delete;
42 };
43 
44 VTK_ABI_NAMESPACE_END
45 #endif
a simple class to control print indentation
Definition: vtkIndent.h:38
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)
static vtkNonOverlappingAMRLevelIdScalars * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a concrete implementation of vtkCompositeDataSet
image data with blanking