1 // java wrapper for vtkStrahlerMetric object
7 public class vtkStrahlerMetric extends vtkTreeAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetMetricArrayName_2(String id0);
19 public void SetMetricArrayName(String id0)
20 { SetMetricArrayName_2(id0); }
22 private native void SetNormalize_3(int id0);
23 public void SetNormalize(int id0)
24 { SetNormalize_3(id0); }
26 private native int GetNormalize_4();
27 public int GetNormalize()
28 { return GetNormalize_4(); }
30 private native void NormalizeOn_5();
31 public void NormalizeOn()
34 private native void NormalizeOff_6();
35 public void NormalizeOff()
38 private native double GetMaxStrahler_7();
39 public double GetMaxStrahler()
40 { return GetMaxStrahler_7(); }
42 public vtkStrahlerMetric() { super(); }
44 public vtkStrahlerMetric(long id) { super(id); }
45 public native long VTKInit();