27 #ifndef __vtkHyperOctreeLimiter_h
28 #define __vtkHyperOctreeLimiter_h
30 #include "vtkFiltersHyperTreeModule.h"
31 #include "vtkDataSetAlgorithm.h"
34 class vtkHyperOctreeCursor;
43 int GetMaximumLevel();
46 void SetMaximumLevel(
int levels);
52 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
53 virtual int FillInputPortInformation(
int port, vtkInformation *info);
54 virtual int FillOutputPortInformation(
int port, vtkInformation *info);
59 void BuildNextCell(vtkHyperOctreeCursor *, vtkHyperOctreeCursor *,
int);
61 void AddInteriorAttributes(vtkHyperOctreeCursor *,
int);
62 double MeasureCell(
int);
Limit the tree's depth, averaging data from lower level branches into the new leaves at the cut point...