]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHyperTreeGridThreshold.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkHyperTreeGridThreshold.java
1 // java wrapper for vtkHyperTreeGridThreshold object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHyperTreeGridThreshold extends vtkHyperTreeGridAlgorithm
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 SetLowerThreshold_2(double id0);
19   public void SetLowerThreshold(double id0)
20     { SetLowerThreshold_2(id0); }
21
22   private native double GetLowerThreshold_3();
23   public double GetLowerThreshold()
24     { return GetLowerThreshold_3(); }
25
26   private native void SetUpperThreshold_4(double id0);
27   public void SetUpperThreshold(double id0)
28     { SetUpperThreshold_4(id0); }
29
30   private native double GetUpperThreshold_5();
31   public double GetUpperThreshold()
32     { return GetUpperThreshold_5(); }
33
34   private native void ThresholdBetween_6(double id0,double id1);
35   public void ThresholdBetween(double id0,double id1)
36     { ThresholdBetween_6(id0,id1); }
37
38   public vtkHyperTreeGridThreshold() { super(); }
39
40   public vtkHyperTreeGridThreshold(long id) { super(id); }
41   public native long   VTKInit();
42
43 }