VTK  9.5.20250918
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
15#ifndef vtkOverlappingAMRLevelIdScalars_h
16#define vtkOverlappingAMRLevelIdScalars_h
17
18#include "vtkFiltersGeneralModule.h" // For export macro
20
21VTK_ABI_NAMESPACE_BEGIN
23class vtkDataSet;
24
25class VTKFILTERSGENERAL_EXPORT vtkOverlappingAMRLevelIdScalars : public vtkOverlappingAMRAlgorithm
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
32protected:
35
37
39
40private:
42 void operator=(const vtkOverlappingAMRLevelIdScalars&) = delete;
43
44 vtkDataSet* ColorLevel(vtkDataSet* input, int group);
45};
46
47VTK_ABI_NAMESPACE_END
48#endif
abstract class to specify dataset behavior
Definition vtkDataSet.h:165
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)
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.
Legacy, empty shell inheriting vtkAMRDataObject.