1 // java wrapper for vtkSeedWidget object
7 public class vtkSeedWidget extends vtkAbstractWidget
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 SetEnabled_2(int id0);
19 public void SetEnabled(int id0)
20 { SetEnabled_2(id0); }
22 private native void SetCurrentRenderer_3(vtkRenderer id0);
23 public void SetCurrentRenderer(vtkRenderer id0)
24 { SetCurrentRenderer_3(id0); }
26 private native void SetInteractor_4(vtkRenderWindowInteractor id0);
27 public void SetInteractor(vtkRenderWindowInteractor id0)
28 { SetInteractor_4(id0); }
30 private native void SetRepresentation_5(vtkSeedRepresentation id0);
31 public void SetRepresentation(vtkSeedRepresentation id0)
32 { SetRepresentation_5(id0); }
34 private native long GetSeedRepresentation_6();
35 public vtkSeedRepresentation GetSeedRepresentation() {
36 long temp = GetSeedRepresentation_6();
38 if (temp == 0) return null;
39 return (vtkSeedRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
42 private native void CreateDefaultRepresentation_7();
43 public void CreateDefaultRepresentation()
44 { CreateDefaultRepresentation_7(); }
46 private native void SetProcessEvents_8(int id0);
47 public void SetProcessEvents(int id0)
48 { SetProcessEvents_8(id0); }
50 private native void CompleteInteraction_9();
51 public void CompleteInteraction()
52 { CompleteInteraction_9(); }
54 private native void RestartInteraction_10();
55 public void RestartInteraction()
56 { RestartInteraction_10(); }
58 private native long CreateNewHandle_11();
59 public vtkHandleWidget CreateNewHandle() {
60 long temp = CreateNewHandle_11();
62 if (temp == 0) return null;
63 return (vtkHandleWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
66 private native void DeleteSeed_12(int id0);
67 public void DeleteSeed(int id0)
68 { DeleteSeed_12(id0); }
70 private native long GetSeed_13(int id0);
71 public vtkHandleWidget GetSeed(int id0) {
72 long temp = GetSeed_13(id0);
74 if (temp == 0) return null;
75 return (vtkHandleWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
78 private native int GetWidgetState_14();
79 public int GetWidgetState()
80 { return GetWidgetState_14(); }
82 public vtkSeedWidget() { super(); }
84 public vtkSeedWidget(long id) { super(id); }
85 public native long VTKInit();