Go to the documentation of this file.
43 #ifndef vtkStrahlerMetric_h
44 #define vtkStrahlerMetric_h
static vtkStrahlerMetric * New()
dynamic, self-adjusting array of float
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
A rooted tree data structure.
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
Superclass for algorithms that produce only Tree as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
compute Strahler metric for a tree
float CalculateStrahler(vtkIdType root, vtkFloatArray *metric, vtkTree *graph)