25 #ifndef __vtkHyperOctreeDepth_h
26 #define __vtkHyperOctreeDepth_h
28 #include "vtkFiltersHyperTreeModule.h"
29 #include "vtkDataSetAlgorithm.h"
32 class vtkHyperOctreeCursor;
45 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
46 virtual int FillInputPortInformation(
int port, vtkInformation *info);
47 virtual int FillOutputPortInformation(
int port, vtkInformation *info);
52 void TraverseAndCount(vtkHyperOctreeCursor *,
int depth);
vtkIntArray * GeneratedDepths
Assign tree depth attribute to each cell.