]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkProjectedTerrainPath.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkProjectedTerrainPath.java
1 // java wrapper for vtkProjectedTerrainPath object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkProjectedTerrainPath 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 SetSourceData_2(vtkImageData id0);
19   public void SetSourceData(vtkImageData id0)
20     { SetSourceData_2(id0); }
21
22   private native long GetSource_3();
23   public vtkImageData GetSource() {
24     long temp = GetSource_3();
25
26     if (temp == 0) return null;
27     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetSourceConnection_4(vtkAlgorithmOutput id0);
31   public void SetSourceConnection(vtkAlgorithmOutput id0)
32     { SetSourceConnection_4(id0); }
33
34   private native void SetProjectionMode_5(int id0);
35   public void SetProjectionMode(int id0)
36     { SetProjectionMode_5(id0); }
37
38   private native int GetProjectionModeMinValue_6();
39   public int GetProjectionModeMinValue()
40     { return GetProjectionModeMinValue_6(); }
41
42   private native int GetProjectionModeMaxValue_7();
43   public int GetProjectionModeMaxValue()
44     { return GetProjectionModeMaxValue_7(); }
45
46   private native int GetProjectionMode_8();
47   public int GetProjectionMode()
48     { return GetProjectionMode_8(); }
49
50   private native void SetProjectionModeToSimple_9();
51   public void SetProjectionModeToSimple()
52     { SetProjectionModeToSimple_9(); }
53
54   private native void SetProjectionModeToNonOccluded_10();
55   public void SetProjectionModeToNonOccluded()
56     { SetProjectionModeToNonOccluded_10(); }
57
58   private native void SetProjectionModeToHug_11();
59   public void SetProjectionModeToHug()
60     { SetProjectionModeToHug_11(); }
61
62   private native void SetHeightOffset_12(double id0);
63   public void SetHeightOffset(double id0)
64     { SetHeightOffset_12(id0); }
65
66   private native double GetHeightOffset_13();
67   public double GetHeightOffset()
68     { return GetHeightOffset_13(); }
69
70   private native void SetHeightTolerance_14(double id0);
71   public void SetHeightTolerance(double id0)
72     { SetHeightTolerance_14(id0); }
73
74   private native double GetHeightToleranceMinValue_15();
75   public double GetHeightToleranceMinValue()
76     { return GetHeightToleranceMinValue_15(); }
77
78   private native double GetHeightToleranceMaxValue_16();
79   public double GetHeightToleranceMaxValue()
80     { return GetHeightToleranceMaxValue_16(); }
81
82   private native double GetHeightTolerance_17();
83   public double GetHeightTolerance()
84     { return GetHeightTolerance_17(); }
85
86   private native void SetMaximumNumberOfLines_18(int id0);
87   public void SetMaximumNumberOfLines(int id0)
88     { SetMaximumNumberOfLines_18(id0); }
89
90   private native int GetMaximumNumberOfLinesMinValue_19();
91   public int GetMaximumNumberOfLinesMinValue()
92     { return GetMaximumNumberOfLinesMinValue_19(); }
93
94   private native int GetMaximumNumberOfLinesMaxValue_20();
95   public int GetMaximumNumberOfLinesMaxValue()
96     { return GetMaximumNumberOfLinesMaxValue_20(); }
97
98   private native int GetMaximumNumberOfLines_21();
99   public int GetMaximumNumberOfLines()
100     { return GetMaximumNumberOfLines_21(); }
101
102   public vtkProjectedTerrainPath() { super(); }
103
104   public vtkProjectedTerrainPath(long id) { super(id); }
105   public native long   VTKInit();
106
107 }