43 #ifndef vtkStrahlerMetric_h
44 #define vtkStrahlerMetric_h
61 vtkSetStringMacro(MetricArrayName);
68 vtkSetMacro(Normalize,
int);
69 vtkGetMacro(Normalize,
int);
70 vtkBooleanMacro(Normalize,
int);
75 vtkGetMacro(MaxStrahler,
float);
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
dynamic, self-adjusting array of float
void PrintSelf(ostream &os, vtkIndent indent)
compute Strahler metric for a tree
a simple class to control print indentation
static vtkTreeAlgorithm * New()
A rooted tree data structure.