23 #ifndef __vtkOverlappingAMRLevelIdScalars_h
24 #define __vtkOverlappingAMRLevelIdScalars_h
26 #include "vtkFiltersGeneralModule.h"
27 #include "vtkOverlappingAMRAlgorithm.h"
30 class vtkUniformGridAMR;
33 public vtkOverlappingAMRAlgorithm
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.