]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFrustumSource.java
Add back explicit loading of jawt.dll.
[simantics/3d.git] / vtk / src / vtk / vtkFrustumSource.java
1 // java wrapper for vtkFrustumSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFrustumSource extends vtkPolyDataAlgorithm
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 long GetPlanes_2();
19   public vtkPlanes GetPlanes() {
20     long temp = GetPlanes_2();
21
22     if (temp == 0) return null;
23     return (vtkPlanes)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetPlanes_3(vtkPlanes id0);
27   public void SetPlanes(vtkPlanes id0)
28     { SetPlanes_3(id0); }
29
30   private native boolean GetShowLines_4();
31   public boolean GetShowLines()
32     { return GetShowLines_4(); }
33
34   private native void SetShowLines_5(boolean id0);
35   public void SetShowLines(boolean id0)
36     { SetShowLines_5(id0); }
37
38   private native void ShowLinesOn_6();
39   public void ShowLinesOn()
40     { ShowLinesOn_6(); }
41
42   private native void ShowLinesOff_7();
43   public void ShowLinesOff()
44     { ShowLinesOff_7(); }
45
46   private native double GetLinesLength_8();
47   public double GetLinesLength()
48     { return GetLinesLength_8(); }
49
50   private native void SetLinesLength_9(double id0);
51   public void SetLinesLength(double id0)
52     { SetLinesLength_9(id0); }
53
54   private native int GetMTime_10();
55   public int GetMTime()
56     { return GetMTime_10(); }
57
58   private native void SetOutputPointsPrecision_11(int id0);
59   public void SetOutputPointsPrecision(int id0)
60     { SetOutputPointsPrecision_11(id0); }
61
62   private native int GetOutputPointsPrecision_12();
63   public int GetOutputPointsPrecision()
64     { return GetOutputPointsPrecision_12(); }
65
66   public vtkFrustumSource() { super(); }
67
68   public vtkFrustumSource(long id) { super(id); }
69   public native long   VTKInit();
70
71 }