]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkContourWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkContourWidget.java
1 // java wrapper for vtkContourWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkContourWidget extends vtkAbstractWidget
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 SetEnabled_2(int id0);
19   public void SetEnabled(int id0)
20     { SetEnabled_2(id0); }
21
22   private native void SetRepresentation_3(vtkContourRepresentation id0);
23   public void SetRepresentation(vtkContourRepresentation id0)
24     { SetRepresentation_3(id0); }
25
26   private native long GetContourRepresentation_4();
27   public vtkContourRepresentation GetContourRepresentation() {
28     long temp = GetContourRepresentation_4();
29
30     if (temp == 0) return null;
31     return (vtkContourRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void CreateDefaultRepresentation_5();
35   public void CreateDefaultRepresentation()
36     { CreateDefaultRepresentation_5(); }
37
38   private native void CloseLoop_6();
39   public void CloseLoop()
40     { CloseLoop_6(); }
41
42   private native void SetWidgetState_7(int id0);
43   public void SetWidgetState(int id0)
44     { SetWidgetState_7(id0); }
45
46   private native int GetWidgetState_8();
47   public int GetWidgetState()
48     { return GetWidgetState_8(); }
49
50   private native void SetAllowNodePicking_9(int id0);
51   public void SetAllowNodePicking(int id0)
52     { SetAllowNodePicking_9(id0); }
53
54   private native int GetAllowNodePicking_10();
55   public int GetAllowNodePicking()
56     { return GetAllowNodePicking_10(); }
57
58   private native void AllowNodePickingOn_11();
59   public void AllowNodePickingOn()
60     { AllowNodePickingOn_11(); }
61
62   private native void AllowNodePickingOff_12();
63   public void AllowNodePickingOff()
64     { AllowNodePickingOff_12(); }
65
66   private native void SetFollowCursor_13(int id0);
67   public void SetFollowCursor(int id0)
68     { SetFollowCursor_13(id0); }
69
70   private native int GetFollowCursor_14();
71   public int GetFollowCursor()
72     { return GetFollowCursor_14(); }
73
74   private native void FollowCursorOn_15();
75   public void FollowCursorOn()
76     { FollowCursorOn_15(); }
77
78   private native void FollowCursorOff_16();
79   public void FollowCursorOff()
80     { FollowCursorOff_16(); }
81
82   private native void SetContinuousDraw_17(int id0);
83   public void SetContinuousDraw(int id0)
84     { SetContinuousDraw_17(id0); }
85
86   private native int GetContinuousDraw_18();
87   public int GetContinuousDraw()
88     { return GetContinuousDraw_18(); }
89
90   private native void ContinuousDrawOn_19();
91   public void ContinuousDrawOn()
92     { ContinuousDrawOn_19(); }
93
94   private native void ContinuousDrawOff_20();
95   public void ContinuousDrawOff()
96     { ContinuousDrawOff_20(); }
97
98   private native void Initialize_21(vtkPolyData id0,int id1,vtkIdList id2);
99   public void Initialize(vtkPolyData id0,int id1,vtkIdList id2)
100     { Initialize_21(id0,id1,id2); }
101
102   private native void Initialize_22();
103   public void Initialize()
104     { Initialize_22(); }
105
106   public vtkContourWidget() { super(); }
107
108   public vtkContourWidget(long id) { super(id); }
109   public native long   VTKInit();
110
111 }