]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkResliceCursorPolyDataAlgorithm.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkResliceCursorPolyDataAlgorithm.java
1 // java wrapper for vtkResliceCursorPolyDataAlgorithm object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkResliceCursorPolyDataAlgorithm extends vtkPolyDataAlgorithm
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 SetReslicePlaneNormal_2(int id0);
19   public void SetReslicePlaneNormal(int id0)
20     { SetReslicePlaneNormal_2(id0); }
21
22   private native int GetReslicePlaneNormal_3();
23   public int GetReslicePlaneNormal()
24     { return GetReslicePlaneNormal_3(); }
25
26   private native void SetReslicePlaneNormalToXAxis_4();
27   public void SetReslicePlaneNormalToXAxis()
28     { SetReslicePlaneNormalToXAxis_4(); }
29
30   private native void SetReslicePlaneNormalToYAxis_5();
31   public void SetReslicePlaneNormalToYAxis()
32     { SetReslicePlaneNormalToYAxis_5(); }
33
34   private native void SetReslicePlaneNormalToZAxis_6();
35   public void SetReslicePlaneNormalToZAxis()
36     { SetReslicePlaneNormalToZAxis_6(); }
37
38   private native void SetResliceCursor_7(vtkResliceCursor id0);
39   public void SetResliceCursor(vtkResliceCursor id0)
40     { SetResliceCursor_7(id0); }
41
42   private native long GetResliceCursor_8();
43   public vtkResliceCursor GetResliceCursor() {
44     long temp = GetResliceCursor_8();
45
46     if (temp == 0) return null;
47     return (vtkResliceCursor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
48 }
49
50   private native void SetSliceBounds_9(double id0,double id1,double id2,double id3,double id4,double id5);
51   public void SetSliceBounds(double id0,double id1,double id2,double id3,double id4,double id5)
52     { SetSliceBounds_9(id0,id1,id2,id3,id4,id5); }
53
54   private native void SetSliceBounds_10(double id0[]);
55   public void SetSliceBounds(double id0[])
56     { SetSliceBounds_10(id0); }
57
58   private native double[] GetSliceBounds_11();
59   public double[] GetSliceBounds()
60     { return GetSliceBounds_11(); }
61
62   private native long GetCenterlineAxis1_12();
63   public vtkPolyData GetCenterlineAxis1() {
64     long temp = GetCenterlineAxis1_12();
65
66     if (temp == 0) return null;
67     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native long GetCenterlineAxis2_13();
71   public vtkPolyData GetCenterlineAxis2() {
72     long temp = GetCenterlineAxis2_13();
73
74     if (temp == 0) return null;
75     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
76 }
77
78   private native long GetThickSlabAxis1_14();
79   public vtkPolyData GetThickSlabAxis1() {
80     long temp = GetThickSlabAxis1_14();
81
82     if (temp == 0) return null;
83     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native long GetThickSlabAxis2_15();
87   public vtkPolyData GetThickSlabAxis2() {
88     long temp = GetThickSlabAxis2_15();
89
90     if (temp == 0) return null;
91     return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
92 }
93
94   private native int GetAxis1_16();
95   public int GetAxis1()
96     { return GetAxis1_16(); }
97
98   private native int GetAxis2_17();
99   public int GetAxis2()
100     { return GetAxis2_17(); }
101
102   private native int GetPlaneAxis1_18();
103   public int GetPlaneAxis1()
104     { return GetPlaneAxis1_18(); }
105
106   private native int GetPlaneAxis2_19();
107   public int GetPlaneAxis2()
108     { return GetPlaneAxis2_19(); }
109
110   private native int GetOtherPlaneForAxis_20(int id0);
111   public int GetOtherPlaneForAxis(int id0)
112     { return GetOtherPlaneForAxis_20(id0); }
113
114   private native int GetMTime_21();
115   public int GetMTime()
116     { return GetMTime_21(); }
117
118   public vtkResliceCursorPolyDataAlgorithm() { super(); }
119
120   public vtkResliceCursorPolyDataAlgorithm(long id) { super(id); }
121   public native long   VTKInit();
122
123 }