VTK  9.1.0
vtkNonOverlappingAMRLevelIdScalars.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkNonOverlappingAMRLevelIdScalars.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
24#ifndef vtkNonOverlappingAMRLevelIdScalars_h
25#define vtkNonOverlappingAMRLevelIdScalars_h
26
27#include "vtkFiltersGeneralModule.h" // For export macro
29
30class vtkUniformGrid;
32
33class VTKFILTERSGENERAL_EXPORT vtkNonOverlappingAMRLevelIdScalars
35{
36public:
39 void PrintSelf(ostream& os, vtkIndent indent);
40
41protected:
44
46
49
50private:
52 void operator=(const vtkNonOverlappingAMRLevelIdScalars&) = delete;
53};
54
55#endif
a simple class to control print indentation
Definition: vtkIndent.h:113
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)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkNonOverlappingAMRLevelIdScalars * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
image data with blanking