1 // java wrapper for vtkSeedRepresentation object
7 public class vtkSeedRepresentation extends vtkWidgetRepresentation
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void GetSeedWorldPosition_2(int id0,double id1[]);
19 public void GetSeedWorldPosition(int id0,double id1[])
20 { GetSeedWorldPosition_2(id0,id1); }
22 private native void SetSeedWorldPosition_3(int id0,double id1[]);
23 public void SetSeedWorldPosition(int id0,double id1[])
24 { SetSeedWorldPosition_3(id0,id1); }
26 private native void SetSeedDisplayPosition_4(int id0,double id1[]);
27 public void SetSeedDisplayPosition(int id0,double id1[])
28 { SetSeedDisplayPosition_4(id0,id1); }
30 private native void GetSeedDisplayPosition_5(int id0,double id1[]);
31 public void GetSeedDisplayPosition(int id0,double id1[])
32 { GetSeedDisplayPosition_5(id0,id1); }
34 private native int GetNumberOfSeeds_6();
35 public int GetNumberOfSeeds()
36 { return GetNumberOfSeeds_6(); }
38 private native void SetHandleRepresentation_7(vtkHandleRepresentation id0);
39 public void SetHandleRepresentation(vtkHandleRepresentation id0)
40 { SetHandleRepresentation_7(id0); }
42 private native long GetHandleRepresentation_8(int id0);
43 public vtkHandleRepresentation GetHandleRepresentation(int id0) {
44 long temp = GetHandleRepresentation_8(id0);
46 if (temp == 0) return null;
47 return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
50 private native long GetHandleRepresentation_9();
51 public vtkHandleRepresentation GetHandleRepresentation() {
52 long temp = GetHandleRepresentation_9();
54 if (temp == 0) return null;
55 return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
58 private native void SetTolerance_10(int id0);
59 public void SetTolerance(int id0)
60 { SetTolerance_10(id0); }
62 private native int GetToleranceMinValue_11();
63 public int GetToleranceMinValue()
64 { return GetToleranceMinValue_11(); }
66 private native int GetToleranceMaxValue_12();
67 public int GetToleranceMaxValue()
68 { return GetToleranceMaxValue_12(); }
70 private native int GetTolerance_13();
71 public int GetTolerance()
72 { return GetTolerance_13(); }
74 private native int GetActiveHandle_14();
75 public int GetActiveHandle()
76 { return GetActiveHandle_14(); }
78 private native void SetActiveHandle_15(int id0);
79 public void SetActiveHandle(int id0)
80 { SetActiveHandle_15(id0); }
82 private native int CreateHandle_16(double id0[]);
83 public int CreateHandle(double id0[])
84 { return CreateHandle_16(id0); }
86 private native void RemoveLastHandle_17();
87 public void RemoveLastHandle()
88 { RemoveLastHandle_17(); }
90 private native void RemoveActiveHandle_18();
91 public void RemoveActiveHandle()
92 { RemoveActiveHandle_18(); }
94 private native void RemoveHandle_19(int id0);
95 public void RemoveHandle(int id0)
96 { RemoveHandle_19(id0); }
98 private native void BuildRepresentation_20();
99 public void BuildRepresentation()
100 { BuildRepresentation_20(); }
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); }
106 public vtkSeedRepresentation() { super(); }
108 public vtkSeedRepresentation(long id) { super(id); }
109 public native long VTKInit();