VTK  9.4.20241112
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
22class vtkUniformGrid;
24
25class VTKFILTERSGENERAL_EXPORT vtkOverlappingAMRLevelIdScalars : public vtkOverlappingAMRAlgorithm
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
32protected:
35
37
40
41private:
43 void operator=(const vtkOverlappingAMRLevelIdScalars&) = delete;
44};
45
46VTK_ABI_NAMESPACE_END
47#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)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkUniformGrid * ColorLevel(vtkUniformGrid *input, int group)
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