1 // java wrapper for vtkGeoTerrainNode object
7 public class vtkGeoTerrainNode extends vtkGeoTreeNode
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native long GetChild_2(int id0);
19 public vtkGeoTerrainNode GetChild(int id0) {
20 long temp = GetChild_2(id0);
22 if (temp == 0) return null;
23 return (vtkGeoTerrainNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
26 private native long GetParent_3();
27 public vtkGeoTerrainNode GetParent() {
28 long temp = GetParent_3();
30 if (temp == 0) return null;
31 return (vtkGeoTerrainNode)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
34 private native double GetAltitude_4(double id0,double id1);
35 public double GetAltitude(double id0,double id1)
36 { return GetAltitude_4(id0,id1); }
38 private native long GetModel_5();
39 public vtkPolyData GetModel() {
40 long temp = GetModel_5();
42 if (temp == 0) return null;
43 return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
46 private native void SetModel_6(vtkPolyData id0);
47 public void SetModel(vtkPolyData id0)
50 private native void UpdateBoundingSphere_7();
51 public void UpdateBoundingSphere()
52 { UpdateBoundingSphere_7(); }
54 private native double GetBoundingSphereRadius_8();
55 public double GetBoundingSphereRadius()
56 { return GetBoundingSphereRadius_8(); }
58 private native double[] GetBoundingSphereCenter_9();
59 public double[] GetBoundingSphereCenter()
60 { return GetBoundingSphereCenter_9(); }
62 private native double[] GetCornerNormal00_10();
63 public double[] GetCornerNormal00()
64 { return GetCornerNormal00_10(); }
66 private native double[] GetCornerNormal01_11();
67 public double[] GetCornerNormal01()
68 { return GetCornerNormal01_11(); }
70 private native double[] GetCornerNormal10_12();
71 public double[] GetCornerNormal10()
72 { return GetCornerNormal10_12(); }
74 private native double[] GetCornerNormal11_13();
75 public double[] GetCornerNormal11()
76 { return GetCornerNormal11_13(); }
78 private native double[] GetProjectionBounds_14();
79 public double[] GetProjectionBounds()
80 { return GetProjectionBounds_14(); }
82 private native void SetProjectionBounds_15(double id0,double id1,double id2,double id3);
83 public void SetProjectionBounds(double id0,double id1,double id2,double id3)
84 { SetProjectionBounds_15(id0,id1,id2,id3); }
86 private native void SetProjectionBounds_16(double id0[]);
87 public void SetProjectionBounds(double id0[])
88 { SetProjectionBounds_16(id0); }
90 private native int GetGraticuleLevel_17();
91 public int GetGraticuleLevel()
92 { return GetGraticuleLevel_17(); }
94 private native void SetGraticuleLevel_18(int id0);
95 public void SetGraticuleLevel(int id0)
96 { SetGraticuleLevel_18(id0); }
98 private native double GetError_19();
99 public double GetError()
100 { return GetError_19(); }
102 private native void SetError_20(double id0);
103 public void SetError(double id0)
104 { SetError_20(id0); }
106 private native double GetCoverage_21();
107 public double GetCoverage()
108 { return GetCoverage_21(); }
110 private native void SetCoverage_22(double id0);
111 public void SetCoverage(double id0)
112 { SetCoverage_22(id0); }
114 private native void ShallowCopy_23(vtkGeoTreeNode id0);
115 public void ShallowCopy(vtkGeoTreeNode id0)
116 { ShallowCopy_23(id0); }
118 private native void DeepCopy_24(vtkGeoTreeNode id0);
119 public void DeepCopy(vtkGeoTreeNode id0)
120 { DeepCopy_24(id0); }
122 private native boolean HasData_25();
123 public boolean HasData()
124 { return HasData_25(); }
126 private native void DeleteData_26();
127 public void DeleteData()
130 public vtkGeoTerrainNode() { super(); }
132 public vtkGeoTerrainNode(long id) { super(id); }
133 public native long VTKInit();