]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSeedRepresentation.java
Show busy cursor and block UI input while committing changes
[simantics/3d.git] / vtk / src / vtk / vtkSeedRepresentation.java
1 // java wrapper for vtkSeedRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSeedRepresentation extends vtkWidgetRepresentation
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 GetSeedWorldPosition_2(int id0,double id1[]);
19   public void GetSeedWorldPosition(int id0,double id1[])
20     { GetSeedWorldPosition_2(id0,id1); }
21
22   private native void SetSeedWorldPosition_3(int id0,double id1[]);
23   public void SetSeedWorldPosition(int id0,double id1[])
24     { SetSeedWorldPosition_3(id0,id1); }
25
26   private native void SetSeedDisplayPosition_4(int id0,double id1[]);
27   public void SetSeedDisplayPosition(int id0,double id1[])
28     { SetSeedDisplayPosition_4(id0,id1); }
29
30   private native void GetSeedDisplayPosition_5(int id0,double id1[]);
31   public void GetSeedDisplayPosition(int id0,double id1[])
32     { GetSeedDisplayPosition_5(id0,id1); }
33
34   private native int GetNumberOfSeeds_6();
35   public int GetNumberOfSeeds()
36     { return GetNumberOfSeeds_6(); }
37
38   private native void SetHandleRepresentation_7(vtkHandleRepresentation id0);
39   public void SetHandleRepresentation(vtkHandleRepresentation id0)
40     { SetHandleRepresentation_7(id0); }
41
42   private native long GetHandleRepresentation_8(int id0);
43   public vtkHandleRepresentation GetHandleRepresentation(int id0) {
44     long temp = GetHandleRepresentation_8(id0);
45
46     if (temp == 0) return null;
47     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native long GetHandleRepresentation_9();
51   public vtkHandleRepresentation GetHandleRepresentation() {
52     long temp = GetHandleRepresentation_9();
53
54     if (temp == 0) return null;
55     return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native void SetTolerance_10(int id0);
59   public void SetTolerance(int id0)
60     { SetTolerance_10(id0); }
61
62   private native int GetToleranceMinValue_11();
63   public int GetToleranceMinValue()
64     { return GetToleranceMinValue_11(); }
65
66   private native int GetToleranceMaxValue_12();
67   public int GetToleranceMaxValue()
68     { return GetToleranceMaxValue_12(); }
69
70   private native int GetTolerance_13();
71   public int GetTolerance()
72     { return GetTolerance_13(); }
73
74   private native int GetActiveHandle_14();
75   public int GetActiveHandle()
76     { return GetActiveHandle_14(); }
77
78   private native void SetActiveHandle_15(int id0);
79   public void SetActiveHandle(int id0)
80     { SetActiveHandle_15(id0); }
81
82   private native int CreateHandle_16(double id0[]);
83   public int CreateHandle(double id0[])
84     { return CreateHandle_16(id0); }
85
86   private native void RemoveLastHandle_17();
87   public void RemoveLastHandle()
88     { RemoveLastHandle_17(); }
89
90   private native void RemoveActiveHandle_18();
91   public void RemoveActiveHandle()
92     { RemoveActiveHandle_18(); }
93
94   private native void RemoveHandle_19(int id0);
95   public void RemoveHandle(int id0)
96     { RemoveHandle_19(id0); }
97
98   private native void BuildRepresentation_20();
99   public void BuildRepresentation()
100     { BuildRepresentation_20(); }
101
102   private native int ComputeInteractionState_21(int id0,int id1,int id2);
103   public int ComputeInteractionState(int id0,int id1,int id2)
104     { return ComputeInteractionState_21(id0,id1,id2); }
105
106   public vtkSeedRepresentation() { super(); }
107
108   public vtkSeedRepresentation(long id) { super(id); }
109   public native long   VTKInit();
110
111 }