]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPiecewiseFunctionShiftScale.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPiecewiseFunctionShiftScale.java
1 // java wrapper for vtkPiecewiseFunctionShiftScale object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPiecewiseFunctionShiftScale extends vtkPiecewiseFunctionAlgorithm
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 SetPositionShift_2(double id0);
19   public void SetPositionShift(double id0)
20     { SetPositionShift_2(id0); }
21
22   private native void SetPositionScale_3(double id0);
23   public void SetPositionScale(double id0)
24     { SetPositionScale_3(id0); }
25
26   private native void SetValueShift_4(double id0);
27   public void SetValueShift(double id0)
28     { SetValueShift_4(id0); }
29
30   private native void SetValueScale_5(double id0);
31   public void SetValueScale(double id0)
32     { SetValueScale_5(id0); }
33
34   private native double GetPositionShift_6();
35   public double GetPositionShift()
36     { return GetPositionShift_6(); }
37
38   private native double GetPositionScale_7();
39   public double GetPositionScale()
40     { return GetPositionScale_7(); }
41
42   private native double GetValueShift_8();
43   public double GetValueShift()
44     { return GetValueShift_8(); }
45
46   private native double GetValueScale_9();
47   public double GetValueScale()
48     { return GetValueScale_9(); }
49
50   public vtkPiecewiseFunctionShiftScale() { super(); }
51
52   public vtkPiecewiseFunctionShiftScale(long id) { super(id); }
53   public native long   VTKInit();
54
55 }