]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPointLoad.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkPointLoad.java
1 // java wrapper for vtkPointLoad object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPointLoad extends vtkImageAlgorithm
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 SetLoadValue_2(double id0);
19   public void SetLoadValue(double id0)
20     { SetLoadValue_2(id0); }
21
22   private native double GetLoadValue_3();
23   public double GetLoadValue()
24     { return GetLoadValue_3(); }
25
26   private native void SetSampleDimensions_4(int id0,int id1,int id2);
27   public void SetSampleDimensions(int id0,int id1,int id2)
28     { SetSampleDimensions_4(id0,id1,id2); }
29
30   private native void SetSampleDimensions_5(int id0[]);
31   public void SetSampleDimensions(int id0[])
32     { SetSampleDimensions_5(id0); }
33
34   private native int[]  GetSampleDimensions_6();
35   public int[]  GetSampleDimensions()
36     { return GetSampleDimensions_6(); }
37
38   private native void SetModelBounds_7(double id0,double id1,double id2,double id3,double id4,double id5);
39   public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5)
40     { SetModelBounds_7(id0,id1,id2,id3,id4,id5); }
41
42   private native void SetModelBounds_8(double id0[]);
43   public void SetModelBounds(double id0[])
44     { SetModelBounds_8(id0); }
45
46   private native double[] GetModelBounds_9();
47   public double[] GetModelBounds()
48     { return GetModelBounds_9(); }
49
50   private native void SetPoissonsRatio_10(double id0);
51   public void SetPoissonsRatio(double id0)
52     { SetPoissonsRatio_10(id0); }
53
54   private native double GetPoissonsRatio_11();
55   public double GetPoissonsRatio()
56     { return GetPoissonsRatio_11(); }
57
58   private native void SetComputeEffectiveStress_12(int id0);
59   public void SetComputeEffectiveStress(int id0)
60     { SetComputeEffectiveStress_12(id0); }
61
62   private native int GetComputeEffectiveStress_13();
63   public int GetComputeEffectiveStress()
64     { return GetComputeEffectiveStress_13(); }
65
66   private native void ComputeEffectiveStressOn_14();
67   public void ComputeEffectiveStressOn()
68     { ComputeEffectiveStressOn_14(); }
69
70   private native void ComputeEffectiveStressOff_15();
71   public void ComputeEffectiveStressOff()
72     { ComputeEffectiveStressOff_15(); }
73
74   public vtkPointLoad() { super(); }
75
76   public vtkPointLoad(long id) { super(id); }
77   public native long   VTKInit();
78
79 }