]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkBSplineTransform.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkBSplineTransform.java
1 // java wrapper for vtkBSplineTransform object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkBSplineTransform extends vtkWarpTransform
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 SetCoefficientConnection_2(vtkAlgorithmOutput id0);
19   public void SetCoefficientConnection(vtkAlgorithmOutput id0)
20     { SetCoefficientConnection_2(id0); }
21
22   private native void SetCoefficientData_3(vtkImageData id0);
23   public void SetCoefficientData(vtkImageData id0)
24     { SetCoefficientData_3(id0); }
25
26   private native long GetCoefficientData_4();
27   public vtkImageData GetCoefficientData() {
28     long temp = GetCoefficientData_4();
29
30     if (temp == 0) return null;
31     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   private native void SetDisplacementScale_5(double id0);
35   public void SetDisplacementScale(double id0)
36     { SetDisplacementScale_5(id0); }
37
38   private native double GetDisplacementScale_6();
39   public double GetDisplacementScale()
40     { return GetDisplacementScale_6(); }
41
42   private native void SetBorderMode_7(int id0);
43   public void SetBorderMode(int id0)
44     { SetBorderMode_7(id0); }
45
46   private native int GetBorderModeMinValue_8();
47   public int GetBorderModeMinValue()
48     { return GetBorderModeMinValue_8(); }
49
50   private native int GetBorderModeMaxValue_9();
51   public int GetBorderModeMaxValue()
52     { return GetBorderModeMaxValue_9(); }
53
54   private native void SetBorderModeToEdge_10();
55   public void SetBorderModeToEdge()
56     { SetBorderModeToEdge_10(); }
57
58   private native void SetBorderModeToZero_11();
59   public void SetBorderModeToZero()
60     { SetBorderModeToZero_11(); }
61
62   private native void SetBorderModeToZeroAtBorder_12();
63   public void SetBorderModeToZeroAtBorder()
64     { SetBorderModeToZeroAtBorder_12(); }
65
66   private native int GetBorderMode_13();
67   public int GetBorderMode()
68     { return GetBorderMode_13(); }
69
70   private native String GetBorderModeAsString_14();
71   public String GetBorderModeAsString()
72     { return GetBorderModeAsString_14(); }
73
74   private native long MakeTransform_15();
75   public vtkAbstractTransform MakeTransform() {
76     long temp = MakeTransform_15();
77
78     if (temp == 0) return null;
79     return (vtkAbstractTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
80 }
81
82   private native int GetMTime_16();
83   public int GetMTime()
84     { return GetMTime_16(); }
85
86   public vtkBSplineTransform() { super(); }
87
88   public vtkBSplineTransform(long id) { super(id); }
89   public native long   VTKInit();
90
91 }