]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkParametricPluckerConoid.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkParametricPluckerConoid.java
1 // java wrapper for vtkParametricPluckerConoid object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkParametricPluckerConoid 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 int GetN_2();
19   public int GetN()
20     { return GetN_2(); }
21
22   private native void SetN_3(int id0);
23   public void SetN(int id0)
24     { SetN_3(id0); }
25
26   private native int GetDimension_4();
27   public int GetDimension()
28     { return GetDimension_4(); }
29
30   private native void Evaluate_5(double id0[],double id1[],double id2[]);
31   public void Evaluate(double id0[],double id1[],double id2[])
32     { Evaluate_5(id0,id1,id2); }
33
34   private native double EvaluateScalar_6(double id0[],double id1[],double id2[]);
35   public double EvaluateScalar(double id0[],double id1[],double id2[])
36     { return EvaluateScalar_6(id0,id1,id2); }
37
38   public vtkParametricPluckerConoid() { super(); }
39
40   public vtkParametricPluckerConoid(long id) { super(id); }
41   public native long   VTKInit();
42
43 }