]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkOrientationMarkerWidget.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkOrientationMarkerWidget.java
1 // java wrapper for vtkOrientationMarkerWidget object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkOrientationMarkerWidget extends vtkInteractorObserver
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 SetOrientationMarker_2(vtkProp id0);
19   public void SetOrientationMarker(vtkProp id0)
20     { SetOrientationMarker_2(id0); }
21
22   private native long GetOrientationMarker_3();
23   public vtkProp GetOrientationMarker() {
24     long temp = GetOrientationMarker_3();
25
26     if (temp == 0) return null;
27     return (vtkProp)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetEnabled_4(int id0);
31   public void SetEnabled(int id0)
32     { SetEnabled_4(id0); }
33
34   private native void SetInteractive_5(int id0);
35   public void SetInteractive(int id0)
36     { SetInteractive_5(id0); }
37
38   private native int GetInteractive_6();
39   public int GetInteractive()
40     { return GetInteractive_6(); }
41
42   private native void InteractiveOn_7();
43   public void InteractiveOn()
44     { InteractiveOn_7(); }
45
46   private native void InteractiveOff_8();
47   public void InteractiveOff()
48     { InteractiveOff_8(); }
49
50   private native void SetOutlineColor_9(double id0,double id1,double id2);
51   public void SetOutlineColor(double id0,double id1,double id2)
52     { SetOutlineColor_9(id0,id1,id2); }
53
54   private native void SetViewport_10(double id0,double id1,double id2,double id3);
55   public void SetViewport(double id0,double id1,double id2,double id3)
56     { SetViewport_10(id0,id1,id2,id3); }
57
58   private native void SetViewport_11(double id0[]);
59   public void SetViewport(double id0[])
60     { SetViewport_11(id0); }
61
62   private native double[] GetViewport_12();
63   public double[] GetViewport()
64     { return GetViewport_12(); }
65
66   private native void SetTolerance_13(int id0);
67   public void SetTolerance(int id0)
68     { SetTolerance_13(id0); }
69
70   private native int GetToleranceMinValue_14();
71   public int GetToleranceMinValue()
72     { return GetToleranceMinValue_14(); }
73
74   private native int GetToleranceMaxValue_15();
75   public int GetToleranceMaxValue()
76     { return GetToleranceMaxValue_15(); }
77
78   private native int GetTolerance_16();
79   public int GetTolerance()
80     { return GetTolerance_16(); }
81
82   private native void Modified_17();
83   public void Modified()
84     { Modified_17(); }
85
86   public vtkOrientationMarkerWidget() { super(); }
87
88   public vtkOrientationMarkerWidget(long id) { super(id); }
89   public native long   VTKInit();
90
91 }