Go to the documentation of this file.
26 #ifndef vtkHyperOctreeDepth_h
27 #define vtkHyperOctreeDepth_h
29 #include "vtkFiltersHyperTreeModule.h"
vtkIntArray * GeneratedDepths
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Objects that can traverse hyperoctree nodes.
Superclass for algorithms that produce output of the same type as input.
dynamic, self-adjusting array of int
Assign tree depth attribute to each cell.
static vtkHyperOctreeDepth * New()
void TraverseAndCount(vtkHyperOctreeCursor *, int depth)
A dataset structured as a tree where each node has exactly 2^n children.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.