43 #ifndef __vtkStrahlerMetric_h
44 #define __vtkStrahlerMetric_h
60 vtkSetStringMacro(MetricArrayName);
67 vtkSetMacro(Normalize,
int);
68 vtkGetMacro(Normalize,
int);
69 vtkBooleanMacro(Normalize,
int);
74 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.