X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPiecewiseFunctionShiftScale.java;h=8aabcdb99e1729c0615c6cb2c515bc3022e37395;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=1d7231bfb54a699a982e4498ed162ae548ea361b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPiecewiseFunctionShiftScale.java b/vtk/src/vtk/vtkPiecewiseFunctionShiftScale.java index 1d7231bf..8aabcdb9 100644 --- a/vtk/src/vtk/vtkPiecewiseFunctionShiftScale.java +++ b/vtk/src/vtk/vtkPiecewiseFunctionShiftScale.java @@ -1,55 +1,55 @@ -// java wrapper for vtkPiecewiseFunctionShiftScale object -// - -package vtk; -import vtk.*; - -public class vtkPiecewiseFunctionShiftScale extends vtkPiecewiseFunctionAlgorithm -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetPositionShift_2(double id0); - public void SetPositionShift(double id0) - { SetPositionShift_2(id0); } - - private native void SetPositionScale_3(double id0); - public void SetPositionScale(double id0) - { SetPositionScale_3(id0); } - - private native void SetValueShift_4(double id0); - public void SetValueShift(double id0) - { SetValueShift_4(id0); } - - private native void SetValueScale_5(double id0); - public void SetValueScale(double id0) - { SetValueScale_5(id0); } - - private native double GetPositionShift_6(); - public double GetPositionShift() - { return GetPositionShift_6(); } - - private native double GetPositionScale_7(); - public double GetPositionScale() - { return GetPositionScale_7(); } - - private native double GetValueShift_8(); - public double GetValueShift() - { return GetValueShift_8(); } - - private native double GetValueScale_9(); - public double GetValueScale() - { return GetValueScale_9(); } - - public vtkPiecewiseFunctionShiftScale() { super(); } - - public vtkPiecewiseFunctionShiftScale(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPiecewiseFunctionShiftScale object +// + +package vtk; +import vtk.*; + +public class vtkPiecewiseFunctionShiftScale extends vtkPiecewiseFunctionAlgorithm +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetPositionShift_2(double id0); + public void SetPositionShift(double id0) + { SetPositionShift_2(id0); } + + private native void SetPositionScale_3(double id0); + public void SetPositionScale(double id0) + { SetPositionScale_3(id0); } + + private native void SetValueShift_4(double id0); + public void SetValueShift(double id0) + { SetValueShift_4(id0); } + + private native void SetValueScale_5(double id0); + public void SetValueScale(double id0) + { SetValueScale_5(id0); } + + private native double GetPositionShift_6(); + public double GetPositionShift() + { return GetPositionShift_6(); } + + private native double GetPositionScale_7(); + public double GetPositionScale() + { return GetPositionScale_7(); } + + private native double GetValueShift_8(); + public double GetValueShift() + { return GetValueShift_8(); } + + private native double GetValueScale_9(); + public double GetValueScale() + { return GetValueScale_9(); } + + public vtkPiecewiseFunctionShiftScale() { super(); } + + public vtkPiecewiseFunctionShiftScale(long id) { super(id); } + public native long VTKInit(); + +}