VTK  9.3.0
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
18VTK_ABI_NAMESPACE_BEGIN
19class vtkUniformGrid;
21
22class VTKFILTERSGENERAL_EXPORT vtkOverlappingAMRLevelIdScalars : public vtkOverlappingAMRAlgorithm
23{
24public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
29protected:
32
34
37
38private:
40 void operator=(const vtkOverlappingAMRLevelIdScalars&) = delete;
41};
42
43VTK_ABI_NAMESPACE_END
44#endif
a simple class to control print indentation
Definition vtkIndent.h:29
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