Go to the documentation of this file.
44 #ifndef vtkStrahlerMetric_h
45 #define vtkStrahlerMetric_h
47 #include "vtkFiltersStatisticsModule.h"
65 vtkSetStringMacro(MetricArrayName);
83 vtkGetMacro(MaxStrahler,
float);
static vtkStrahlerMetric * New()
dynamic, self-adjusting array of float
A rooted tree data structure.
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Superclass for algorithms that produce only Tree as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkStrahlerMetric() override
compute Strahler metric for a tree
float CalculateStrahler(vtkIdType root, vtkFloatArray *metric, vtkTree *graph)