]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVisibilitySort.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkVisibilitySort.java
1 // java wrapper for vtkVisibilitySort object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVisibilitySort extends vtkObject
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 InitTraversal_2();
19   public void InitTraversal()
20     { InitTraversal_2(); }
21
22   private native long GetNextCells_3();
23   public vtkIdTypeArray GetNextCells() {
24     long temp = GetNextCells_3();
25
26     if (temp == 0) return null;
27     return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetMaxCellsReturned_4(int id0);
31   public void SetMaxCellsReturned(int id0)
32     { SetMaxCellsReturned_4(id0); }
33
34   private native int GetMaxCellsReturnedMinValue_5();
35   public int GetMaxCellsReturnedMinValue()
36     { return GetMaxCellsReturnedMinValue_5(); }
37
38   private native int GetMaxCellsReturnedMaxValue_6();
39   public int GetMaxCellsReturnedMaxValue()
40     { return GetMaxCellsReturnedMaxValue_6(); }
41
42   private native int GetMaxCellsReturned_7();
43   public int GetMaxCellsReturned()
44     { return GetMaxCellsReturned_7(); }
45
46   private native void SetModelTransform_8(vtkMatrix4x4 id0);
47   public void SetModelTransform(vtkMatrix4x4 id0)
48     { SetModelTransform_8(id0); }
49
50   private native long GetModelTransform_9();
51   public vtkMatrix4x4 GetModelTransform() {
52     long temp = GetModelTransform_9();
53
54     if (temp == 0) return null;
55     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native long GetInverseModelTransform_10();
59   public vtkMatrix4x4 GetInverseModelTransform() {
60     long temp = GetInverseModelTransform_10();
61
62     if (temp == 0) return null;
63     return (vtkMatrix4x4)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
64 }
65
66   private native void SetCamera_11(vtkCamera id0);
67   public void SetCamera(vtkCamera id0)
68     { SetCamera_11(id0); }
69
70   private native long GetCamera_12();
71   public vtkCamera GetCamera() {
72     long temp = GetCamera_12();
73
74     if (temp == 0) return null;
75     return (vtkCamera)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native void SetInput_13(vtkDataSet id0);
79   public void SetInput(vtkDataSet id0)
80     { SetInput_13(id0); }
81
82   private native long GetInput_14();
83   public vtkDataSet GetInput() {
84     long temp = GetInput_14();
85
86     if (temp == 0) return null;
87     return (vtkDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
88 }
89
90   private native int GetDirection_15();
91   public int GetDirection()
92     { return GetDirection_15(); }
93
94   private native void SetDirection_16(int id0);
95   public void SetDirection(int id0)
96     { SetDirection_16(id0); }
97
98   private native void SetDirectionToBackToFront_17();
99   public void SetDirectionToBackToFront()
100     { SetDirectionToBackToFront_17(); }
101
102   private native void SetDirectionToFrontToBack_18();
103   public void SetDirectionToFrontToBack()
104     { SetDirectionToFrontToBack_18(); }
105
106   private native void Register_19(vtkObjectBase id0);
107   public void Register(vtkObjectBase id0)
108     { Register_19(id0); }
109
110   private native void UnRegister_20(vtkObjectBase id0);
111   public void UnRegister(vtkObjectBase id0)
112     { UnRegister_20(id0); }
113
114   public vtkVisibilitySort() { super(); }
115
116   public vtkVisibilitySort(long id) { super(id); }
117
118 }