31 #ifndef __vtkHyperOctreeToUniformGridFilter_h
32 #define __vtkHyperOctreeToUniformGridFilter_h
34 #include "vtkFiltersHyperTreeModule.h"
35 #include "vtkImageAlgorithm.h"
37 class vtkHyperOctreeCursor;
39 class vtkDataSetAttributes;
46 void PrintSelf(ostream& os, vtkIndent indent);
52 int RequestInformation (vtkInformation * vtkNotUsed(request),
53 vtkInformationVector **inputVector,
54 vtkInformationVector *outputVector);
56 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
57 virtual int FillInputPortInformation(
int port, vtkInformation *info);
59 void CopyCellData(
int cellExtent[6]);