]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkResliceCursorWidget.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorWidget.java
1 // java wrapper for vtkResliceCursorWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkResliceCursorWidget 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 SetRepresentation_2(vtkResliceCursorRepresentation id0);
19   public void SetRepresentation(vtkResliceCursorRepresentation id0)
20     { SetRepresentation_2(id0); }
21
22   private native long GetResliceCursorRepresentation_3();
23   public vtkResliceCursorRepresentation GetResliceCursorRepresentation() {
24     long temp = GetResliceCursorRepresentation_3();
25
26     if (temp == 0) return null;
27     return (vtkResliceCursorRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void CreateDefaultRepresentation_4();
31   public void CreateDefaultRepresentation()
32     { CreateDefaultRepresentation_4(); }
33
34   private native void SetEnabled_5(int id0);
35   public void SetEnabled(int id0)
36     { SetEnabled_5(id0); }
37
38   private native void SetManageWindowLevel_6(int id0);
39   public void SetManageWindowLevel(int id0)
40     { SetManageWindowLevel_6(id0); }
41
42   private native int GetManageWindowLevel_7();
43   public int GetManageWindowLevel()
44     { return GetManageWindowLevel_7(); }
45
46   private native void ManageWindowLevelOn_8();
47   public void ManageWindowLevelOn()
48     { ManageWindowLevelOn_8(); }
49
50   private native void ManageWindowLevelOff_9();
51   public void ManageWindowLevelOff()
52     { ManageWindowLevelOff_9(); }
53
54   private native void ResetResliceCursor_10();
55   public void ResetResliceCursor()
56     { ResetResliceCursor_10(); }
57
58   public vtkResliceCursorWidget() { super(); }
59
60   public vtkResliceCursorWidget(long id) { super(id); }
61   public native long   VTKInit();
62
63 }