]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkKdNode.java
1ec49ae14cf21ef18490a2af992ef99a85dbbea5
[simantics/3d.git] / vtk / src / vtk / vtkKdNode.java
1 // java wrapper for vtkKdNode object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkKdNode 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 SetDim_2(int id0);
19   public void SetDim(int id0)
20     { SetDim_2(id0); }
21
22   private native int GetDim_3();
23   public int GetDim()
24     { return GetDim_3(); }
25
26   private native double GetDivisionPosition_4();
27   public double GetDivisionPosition()
28     { return GetDivisionPosition_4(); }
29
30   private native void SetNumberOfPoints_5(int id0);
31   public void SetNumberOfPoints(int id0)
32     { SetNumberOfPoints_5(id0); }
33
34   private native int GetNumberOfPoints_6();
35   public int GetNumberOfPoints()
36     { return GetNumberOfPoints_6(); }
37
38   private native void SetBounds_7(double id0,double id1,double id2,double id3,double id4,double id5);
39   public void SetBounds(double id0,double id1,double id2,double id3,double id4,double id5)
40     { SetBounds_7(id0,id1,id2,id3,id4,id5); }
41
42   private native void SetBounds_8(double id0[]);
43   public void SetBounds(double id0[])
44     { SetBounds_8(id0); }
45
46   private native void SetDataBounds_9(double id0,double id1,double id2,double id3,double id4,double id5);
47   public void SetDataBounds(double id0,double id1,double id2,double id3,double id4,double id5)
48     { SetDataBounds_9(id0,id1,id2,id3,id4,id5); }
49
50   private native double[] GetMinBounds_10();
51   public double[] GetMinBounds()
52     { return GetMinBounds_10(); }
53
54   private native double[] GetMaxBounds_11();
55   public double[] GetMaxBounds()
56     { return GetMaxBounds_11(); }
57
58   private native double[] GetMinDataBounds_12();
59   public double[] GetMinDataBounds()
60     { return GetMinDataBounds_12(); }
61
62   private native double[] GetMaxDataBounds_13();
63   public double[] GetMaxDataBounds()
64     { return GetMaxDataBounds_13(); }
65
66   private native void SetID_14(int id0);
67   public void SetID(int id0)
68     { SetID_14(id0); }
69
70   private native int GetID_15();
71   public int GetID()
72     { return GetID_15(); }
73
74   private native int GetMinID_16();
75   public int GetMinID()
76     { return GetMinID_16(); }
77
78   private native int GetMaxID_17();
79   public int GetMaxID()
80     { return GetMaxID_17(); }
81
82   private native void SetMinID_18(int id0);
83   public void SetMinID(int id0)
84     { SetMinID_18(id0); }
85
86   private native void SetMaxID_19(int id0);
87   public void SetMaxID(int id0)
88     { SetMaxID_19(id0); }
89
90   private native void AddChildNodes_20(vtkKdNode id0,vtkKdNode id1);
91   public void AddChildNodes(vtkKdNode id0,vtkKdNode id1)
92     { AddChildNodes_20(id0,id1); }
93
94   private native void DeleteChildNodes_21();
95   public void DeleteChildNodes()
96     { DeleteChildNodes_21(); }
97
98   private native long GetLeft_22();
99   public vtkKdNode GetLeft() {
100     long temp = GetLeft_22();
101
102     if (temp == 0) return null;
103     return (vtkKdNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
104 }
105
106   private native void SetLeft_23(vtkKdNode id0);
107   public void SetLeft(vtkKdNode id0)
108     { SetLeft_23(id0); }
109
110   private native long GetRight_24();
111   public vtkKdNode GetRight() {
112     long temp = GetRight_24();
113
114     if (temp == 0) return null;
115     return (vtkKdNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
116 }
117
118   private native void SetRight_25(vtkKdNode id0);
119   public void SetRight(vtkKdNode id0)
120     { SetRight_25(id0); }
121
122   private native long GetUp_26();
123   public vtkKdNode GetUp() {
124     long temp = GetUp_26();
125
126     if (temp == 0) return null;
127     return (vtkKdNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native void SetUp_27(vtkKdNode id0);
131   public void SetUp(vtkKdNode id0)
132     { SetUp_27(id0); }
133
134   private native int IntersectsBox_28(double id0,double id1,double id2,double id3,double id4,double id5,int id6);
135   public int IntersectsBox(double id0,double id1,double id2,double id3,double id4,double id5,int id6)
136     { return IntersectsBox_28(id0,id1,id2,id3,id4,id5,id6); }
137
138   private native int IntersectsSphere2_29(double id0,double id1,double id2,double id3,int id4);
139   public int IntersectsSphere2(double id0,double id1,double id2,double id3,int id4)
140     { return IntersectsSphere2_29(id0,id1,id2,id3,id4); }
141
142   private native int IntersectsRegion_30(vtkPlanesIntersection id0,int id1);
143   public int IntersectsRegion(vtkPlanesIntersection id0,int id1)
144     { return IntersectsRegion_30(id0,id1); }
145
146   private native int ContainsBox_31(double id0,double id1,double id2,double id3,double id4,double id5,int id6);
147   public int ContainsBox(double id0,double id1,double id2,double id3,double id4,double id5,int id6)
148     { return ContainsBox_31(id0,id1,id2,id3,id4,id5,id6); }
149
150   private native int ContainsPoint_32(double id0,double id1,double id2,int id3);
151   public int ContainsPoint(double id0,double id1,double id2,int id3)
152     { return ContainsPoint_32(id0,id1,id2,id3); }
153
154   private native double GetDistance2ToBoundary_33(double id0,double id1,double id2,int id3);
155   public double GetDistance2ToBoundary(double id0,double id1,double id2,int id3)
156     { return GetDistance2ToBoundary_33(id0,id1,id2,id3); }
157
158   private native double GetDistance2ToInnerBoundary_34(double id0,double id1,double id2);
159   public double GetDistance2ToInnerBoundary(double id0,double id1,double id2)
160     { return GetDistance2ToInnerBoundary_34(id0,id1,id2); }
161
162   private native void PrintNode_35(int id0);
163   public void PrintNode(int id0)
164     { PrintNode_35(id0); }
165
166   private native void PrintVerboseNode_36(int id0);
167   public void PrintVerboseNode(int id0)
168     { PrintVerboseNode_36(id0); }
169
170   public vtkKdNode() { super(); }
171
172   public vtkKdNode(long id) { super(id); }
173   public native long   VTKInit();
174
175 }