X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPointLoad.java;h=7a87e97b1083643aac16693744cda6e10f04342e;hb=b6cccb572f043f3247274c52b353577ba3f1dcb1;hp=554b11eab9aab67febc29846af53c2b75176ea9c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPointLoad.java b/vtk/src/vtk/vtkPointLoad.java index 554b11ea..7a87e97b 100644 --- a/vtk/src/vtk/vtkPointLoad.java +++ b/vtk/src/vtk/vtkPointLoad.java @@ -1,79 +1,79 @@ -// java wrapper for vtkPointLoad object -// - -package vtk; -import vtk.*; - -public class vtkPointLoad extends vtkImageAlgorithm -{ - - 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 SetLoadValue_2(double id0); - public void SetLoadValue(double id0) - { SetLoadValue_2(id0); } - - private native double GetLoadValue_3(); - public double GetLoadValue() - { return GetLoadValue_3(); } - - private native void SetSampleDimensions_4(int id0,int id1,int id2); - public void SetSampleDimensions(int id0,int id1,int id2) - { SetSampleDimensions_4(id0,id1,id2); } - - private native void SetSampleDimensions_5(int id0[]); - public void SetSampleDimensions(int id0[]) - { SetSampleDimensions_5(id0); } - - private native int[] GetSampleDimensions_6(); - public int[] GetSampleDimensions() - { return GetSampleDimensions_6(); } - - private native void SetModelBounds_7(double id0,double id1,double id2,double id3,double id4,double id5); - public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5) - { SetModelBounds_7(id0,id1,id2,id3,id4,id5); } - - private native void SetModelBounds_8(double id0[]); - public void SetModelBounds(double id0[]) - { SetModelBounds_8(id0); } - - private native double[] GetModelBounds_9(); - public double[] GetModelBounds() - { return GetModelBounds_9(); } - - private native void SetPoissonsRatio_10(double id0); - public void SetPoissonsRatio(double id0) - { SetPoissonsRatio_10(id0); } - - private native double GetPoissonsRatio_11(); - public double GetPoissonsRatio() - { return GetPoissonsRatio_11(); } - - private native void SetComputeEffectiveStress_12(int id0); - public void SetComputeEffectiveStress(int id0) - { SetComputeEffectiveStress_12(id0); } - - private native int GetComputeEffectiveStress_13(); - public int GetComputeEffectiveStress() - { return GetComputeEffectiveStress_13(); } - - private native void ComputeEffectiveStressOn_14(); - public void ComputeEffectiveStressOn() - { ComputeEffectiveStressOn_14(); } - - private native void ComputeEffectiveStressOff_15(); - public void ComputeEffectiveStressOff() - { ComputeEffectiveStressOff_15(); } - - public vtkPointLoad() { super(); } - - public vtkPointLoad(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPointLoad object +// + +package vtk; +import vtk.*; + +public class vtkPointLoad extends vtkImageAlgorithm +{ + + 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 SetLoadValue_2(double id0); + public void SetLoadValue(double id0) + { SetLoadValue_2(id0); } + + private native double GetLoadValue_3(); + public double GetLoadValue() + { return GetLoadValue_3(); } + + private native void SetSampleDimensions_4(int id0,int id1,int id2); + public void SetSampleDimensions(int id0,int id1,int id2) + { SetSampleDimensions_4(id0,id1,id2); } + + private native void SetSampleDimensions_5(int id0[]); + public void SetSampleDimensions(int id0[]) + { SetSampleDimensions_5(id0); } + + private native int[] GetSampleDimensions_6(); + public int[] GetSampleDimensions() + { return GetSampleDimensions_6(); } + + private native void SetModelBounds_7(double id0,double id1,double id2,double id3,double id4,double id5); + public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5) + { SetModelBounds_7(id0,id1,id2,id3,id4,id5); } + + private native void SetModelBounds_8(double id0[]); + public void SetModelBounds(double id0[]) + { SetModelBounds_8(id0); } + + private native double[] GetModelBounds_9(); + public double[] GetModelBounds() + { return GetModelBounds_9(); } + + private native void SetPoissonsRatio_10(double id0); + public void SetPoissonsRatio(double id0) + { SetPoissonsRatio_10(id0); } + + private native double GetPoissonsRatio_11(); + public double GetPoissonsRatio() + { return GetPoissonsRatio_11(); } + + private native void SetComputeEffectiveStress_12(int id0); + public void SetComputeEffectiveStress(int id0) + { SetComputeEffectiveStress_12(id0); } + + private native int GetComputeEffectiveStress_13(); + public int GetComputeEffectiveStress() + { return GetComputeEffectiveStress_13(); } + + private native void ComputeEffectiveStressOn_14(); + public void ComputeEffectiveStressOn() + { ComputeEffectiveStressOn_14(); } + + private native void ComputeEffectiveStressOff_15(); + public void ComputeEffectiveStressOff() + { ComputeEffectiveStressOff_15(); } + + public vtkPointLoad() { super(); } + + public vtkPointLoad(long id) { super(id); } + public native long VTKInit(); + +}