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