1 // java wrapper for vtkProjectedTerrainPath object
7 public class vtkProjectedTerrainPath extends vtkPolyDataAlgorithm
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 void SetSourceData_2(vtkImageData id0);
19 public void SetSourceData(vtkImageData id0)
20 { SetSourceData_2(id0); }
22 private native long GetSource_3();
23 public vtkImageData GetSource() {
24 long temp = GetSource_3();
26 if (temp == 0) return null;
27 return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
30 private native void SetSourceConnection_4(vtkAlgorithmOutput id0);
31 public void SetSourceConnection(vtkAlgorithmOutput id0)
32 { SetSourceConnection_4(id0); }
34 private native void SetProjectionMode_5(int id0);
35 public void SetProjectionMode(int id0)
36 { SetProjectionMode_5(id0); }
38 private native int GetProjectionModeMinValue_6();
39 public int GetProjectionModeMinValue()
40 { return GetProjectionModeMinValue_6(); }
42 private native int GetProjectionModeMaxValue_7();
43 public int GetProjectionModeMaxValue()
44 { return GetProjectionModeMaxValue_7(); }
46 private native int GetProjectionMode_8();
47 public int GetProjectionMode()
48 { return GetProjectionMode_8(); }
50 private native void SetProjectionModeToSimple_9();
51 public void SetProjectionModeToSimple()
52 { SetProjectionModeToSimple_9(); }
54 private native void SetProjectionModeToNonOccluded_10();
55 public void SetProjectionModeToNonOccluded()
56 { SetProjectionModeToNonOccluded_10(); }
58 private native void SetProjectionModeToHug_11();
59 public void SetProjectionModeToHug()
60 { SetProjectionModeToHug_11(); }
62 private native void SetHeightOffset_12(double id0);
63 public void SetHeightOffset(double id0)
64 { SetHeightOffset_12(id0); }
66 private native double GetHeightOffset_13();
67 public double GetHeightOffset()
68 { return GetHeightOffset_13(); }
70 private native void SetHeightTolerance_14(double id0);
71 public void SetHeightTolerance(double id0)
72 { SetHeightTolerance_14(id0); }
74 private native double GetHeightToleranceMinValue_15();
75 public double GetHeightToleranceMinValue()
76 { return GetHeightToleranceMinValue_15(); }
78 private native double GetHeightToleranceMaxValue_16();
79 public double GetHeightToleranceMaxValue()
80 { return GetHeightToleranceMaxValue_16(); }
82 private native double GetHeightTolerance_17();
83 public double GetHeightTolerance()
84 { return GetHeightTolerance_17(); }
86 private native void SetMaximumNumberOfLines_18(int id0);
87 public void SetMaximumNumberOfLines(int id0)
88 { SetMaximumNumberOfLines_18(id0); }
90 private native int GetMaximumNumberOfLinesMinValue_19();
91 public int GetMaximumNumberOfLinesMinValue()
92 { return GetMaximumNumberOfLinesMinValue_19(); }
94 private native int GetMaximumNumberOfLinesMaxValue_20();
95 public int GetMaximumNumberOfLinesMaxValue()
96 { return GetMaximumNumberOfLinesMaxValue_20(); }
98 private native int GetMaximumNumberOfLines_21();
99 public int GetMaximumNumberOfLines()
100 { return GetMaximumNumberOfLines_21(); }
102 public vtkProjectedTerrainPath() { super(); }
104 public vtkProjectedTerrainPath(long id) { super(id); }
105 public native long VTKInit();