]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkStrahlerMetric.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkStrahlerMetric.java
1 // java wrapper for vtkStrahlerMetric object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkStrahlerMetric extends vtkTreeAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetMetricArrayName_2(String id0);
19   public void SetMetricArrayName(String id0)
20     { SetMetricArrayName_2(id0); }
21
22   private native void SetNormalize_3(int id0);
23   public void SetNormalize(int id0)
24     { SetNormalize_3(id0); }
25
26   private native int GetNormalize_4();
27   public int GetNormalize()
28     { return GetNormalize_4(); }
29
30   private native void NormalizeOn_5();
31   public void NormalizeOn()
32     { NormalizeOn_5(); }
33
34   private native void NormalizeOff_6();
35   public void NormalizeOff()
36     { NormalizeOff_6(); }
37
38   private native double GetMaxStrahler_7();
39   public double GetMaxStrahler()
40     { return GetMaxStrahler_7(); }
41
42   public vtkStrahlerMetric() { super(); }
43
44   public vtkStrahlerMetric(long id) { super(id); }
45   public native long   VTKInit();
46
47 }