]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkParametricBohemianDome.java
Revised native library loading for VTK
[simantics/3d.git] / vtk / src / vtk / vtkParametricBohemianDome.java
1 // java wrapper for vtkParametricBohemianDome object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkParametricBohemianDome extends vtkParametricFunction
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 double GetA_2();
19   public double GetA()
20     { return GetA_2(); }
21
22   private native void SetA_3(double id0);
23   public void SetA(double id0)
24     { SetA_3(id0); }
25
26   private native double GetB_4();
27   public double GetB()
28     { return GetB_4(); }
29
30   private native void SetB_5(double id0);
31   public void SetB(double id0)
32     { SetB_5(id0); }
33
34   private native double GetC_6();
35   public double GetC()
36     { return GetC_6(); }
37
38   private native void SetC_7(double id0);
39   public void SetC(double id0)
40     { SetC_7(id0); }
41
42   private native int GetDimension_8();
43   public int GetDimension()
44     { return GetDimension_8(); }
45
46   private native void Evaluate_9(double id0[],double id1[],double id2[]);
47   public void Evaluate(double id0[],double id1[],double id2[])
48     { Evaluate_9(id0,id1,id2); }
49
50   private native double EvaluateScalar_10(double id0[],double id1[],double id2[]);
51   public double EvaluateScalar(double id0[],double id1[],double id2[])
52     { return EvaluateScalar_10(id0,id1,id2); }
53
54   public vtkParametricBohemianDome() { super(); }
55
56   public vtkParametricBohemianDome(long id) { super(id); }
57   public native long   VTKInit();
58
59 }