]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAbstractImageInterpolator.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkAbstractImageInterpolator.java
1 // java wrapper for vtkAbstractImageInterpolator object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAbstractImageInterpolator extends vtkObject\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void Initialize_2(vtkDataObject id0);\r
19   public void Initialize(vtkDataObject id0)\r
20     { Initialize_2(id0); }\r
21 \r
22   private native void ReleaseData_3();\r
23   public void ReleaseData()\r
24     { ReleaseData_3(); }\r
25 \r
26   private native void DeepCopy_4(vtkAbstractImageInterpolator id0);\r
27   public void DeepCopy(vtkAbstractImageInterpolator id0)\r
28     { DeepCopy_4(id0); }\r
29 \r
30   private native void Update_5();\r
31   public void Update()\r
32     { Update_5(); }\r
33 \r
34   private native double Interpolate_6(double id0,double id1,double id2,int id3);\r
35   public double Interpolate(double id0,double id1,double id2,int id3)\r
36     { return Interpolate_6(id0,id1,id2,id3); }\r
37 \r
38   private native void SetOutValue_7(double id0);\r
39   public void SetOutValue(double id0)\r
40     { SetOutValue_7(id0); }\r
41 \r
42   private native double GetOutValue_8();\r
43   public double GetOutValue()\r
44     { return GetOutValue_8(); }\r
45 \r
46   private native void SetTolerance_9(double id0);\r
47   public void SetTolerance(double id0)\r
48     { SetTolerance_9(id0); }\r
49 \r
50   private native double GetTolerance_10();\r
51   public double GetTolerance()\r
52     { return GetTolerance_10(); }\r
53 \r
54   private native void SetComponentOffset_11(int id0);\r
55   public void SetComponentOffset(int id0)\r
56     { SetComponentOffset_11(id0); }\r
57 \r
58   private native int GetComponentOffset_12();\r
59   public int GetComponentOffset()\r
60     { return GetComponentOffset_12(); }\r
61 \r
62   private native void SetComponentCount_13(int id0);\r
63   public void SetComponentCount(int id0)\r
64     { SetComponentCount_13(id0); }\r
65 \r
66   private native int GetComponentCount_14();\r
67   public int GetComponentCount()\r
68     { return GetComponentCount_14(); }\r
69 \r
70   private native int ComputeNumberOfComponents_15(int id0);\r
71   public int ComputeNumberOfComponents(int id0)\r
72     { return ComputeNumberOfComponents_15(id0); }\r
73 \r
74   private native int GetNumberOfComponents_16();\r
75   public int GetNumberOfComponents()\r
76     { return GetNumberOfComponents_16(); }\r
77 \r
78   private native boolean CheckBoundsIJK_17(double id0[]);\r
79   public boolean CheckBoundsIJK(double id0[])\r
80     { return CheckBoundsIJK_17(id0); }\r
81 \r
82   private native void SetBorderMode_18(int id0);\r
83   public void SetBorderMode(int id0)\r
84     { SetBorderMode_18(id0); }\r
85 \r
86   private native void SetBorderModeToClamp_19();\r
87   public void SetBorderModeToClamp()\r
88     { SetBorderModeToClamp_19(); }\r
89 \r
90   private native void SetBorderModeToRepeat_20();\r
91   public void SetBorderModeToRepeat()\r
92     { SetBorderModeToRepeat_20(); }\r
93 \r
94   private native void SetBorderModeToMirror_21();\r
95   public void SetBorderModeToMirror()\r
96     { SetBorderModeToMirror_21(); }\r
97 \r
98   private native int GetBorderMode_22();\r
99   public int GetBorderMode()\r
100     { return GetBorderMode_22(); }\r
101 \r
102   private native String GetBorderModeAsString_23();\r
103   public String GetBorderModeAsString()\r
104     { return GetBorderModeAsString_23(); }\r
105 \r
106   private native void ComputeSupportSize_24(double id0[],int id1[]);\r
107   public void ComputeSupportSize(double id0[],int id1[])\r
108     { ComputeSupportSize_24(id0,id1); }\r
109 \r
110   private native boolean IsSeparable_25();\r
111   public boolean IsSeparable()\r
112     { return IsSeparable_25(); }\r
113 \r
114   private native double[] GetSpacing_26();\r
115   public double[] GetSpacing()\r
116     { return GetSpacing_26(); }\r
117 \r
118   private native double[] GetOrigin_27();\r
119   public double[] GetOrigin()\r
120     { return GetOrigin_27(); }\r
121 \r
122   private native int[]  GetExtent_28();\r
123   public int[]  GetExtent()\r
124     { return GetExtent_28(); }\r
125 \r
126   private native int[]  GetWholeExtent_29();\r
127   public int[]  GetWholeExtent()\r
128     { return GetWholeExtent_29(); }\r
129 \r
130   public vtkAbstractImageInterpolator() { super(); }\r
131 \r
132   public vtkAbstractImageInterpolator(long id) { super(id); }\r
133 \r
134 }\r