23 #ifndef __vtkNonOverlappingAMRLevelIdScalars_h
24 #define __vtkNonOverlappingAMRLevelIdScalars_h
26 #include "vtkFiltersGeneralModule.h"
27 #include "vtkNonOverlappingAMRAlgorithm.h"
30 class vtkUniformGridAMR;
33 public vtkNonOverlappingAMRAlgorithm
38 void PrintSelf(ostream& os, vtkIndent indent);
45 int RequestData(vtkInformation *,
46 vtkInformationVector **,
47 vtkInformationVector *);
49 void AddColorLevels(vtkUniformGridAMR *input, vtkUniformGridAMR *output);
50 vtkUniformGrid* ColorLevel(vtkUniformGrid* input,
int group);
generate scalars from levels.