]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkObject.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkObject.java
1 // java wrapper for vtkObject object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkObject extends vtkObjectBase
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 DebugOn_2();
19   public void DebugOn()
20     { DebugOn_2(); }
21
22   private native void DebugOff_3();
23   public void DebugOff()
24     { DebugOff_3(); }
25
26   private native boolean GetDebug_4();
27   public boolean GetDebug()
28     { return GetDebug_4(); }
29
30   private native void SetDebug_5(boolean id0);
31   public void SetDebug(boolean id0)
32     { SetDebug_5(id0); }
33
34   private native void BreakOnError_6();
35   public void BreakOnError()
36     { BreakOnError_6(); }
37
38   private native void Modified_7();
39   public void Modified()
40     { Modified_7(); }
41
42   private native int GetMTime_8();
43   public int GetMTime()
44     { return GetMTime_8(); }
45
46   private native void SetGlobalWarningDisplay_9(int id0);
47   public void SetGlobalWarningDisplay(int id0)
48     { SetGlobalWarningDisplay_9(id0); }
49
50   private native void GlobalWarningDisplayOn_10();
51   public void GlobalWarningDisplayOn()
52     { GlobalWarningDisplayOn_10(); }
53
54   private native void GlobalWarningDisplayOff_11();
55   public void GlobalWarningDisplayOff()
56     { GlobalWarningDisplayOff_11(); }
57
58   private native int GetGlobalWarningDisplay_12();
59   public int GetGlobalWarningDisplay()
60     { return GetGlobalWarningDisplay_12(); }
61
62   private native void RemoveObserver_13(int id0);
63   public void RemoveObserver(int id0)
64     { RemoveObserver_13(id0); }
65
66   private native void RemoveObservers_14(int id0);
67   public void RemoveObservers(int id0)
68     { RemoveObservers_14(id0); }
69
70   private native void RemoveObservers_15(String id0);
71   public void RemoveObservers(String id0)
72     { RemoveObservers_15(id0); }
73
74   private native void RemoveAllObservers_16();
75   public void RemoveAllObservers()
76     { RemoveAllObservers_16(); }
77
78   private native int HasObserver_17(int id0);
79   public int HasObserver(int id0)
80     { return HasObserver_17(id0); }
81
82   private native int HasObserver_18(String id0);
83   public int HasObserver(String id0)
84     { return HasObserver_18(id0); }
85
86   private native int InvokeEvent_19(int id0);
87   public int InvokeEvent(int id0)
88     { return InvokeEvent_19(id0); }
89
90   private native int InvokeEvent_20(String id0);
91   public int InvokeEvent(String id0)
92     { return InvokeEvent_20(id0); }
93
94   public vtkObject() { super(); }
95
96   public vtkObject(long id) { super(id); }
97   public native long   VTKInit();
98   public native int AddObserver(String id0, Object id1, String id2);
99
100 }