// 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(); }