]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAbstractImageInterpolator.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkAbstractImageInterpolator.java
index f8de9dcf89c6ff0e0da5a17e53342a3d0cbb7a2d..db2fc0d209823ddc2061a66c09ca3f8498b13be4 100644 (file)
-// java wrapper for vtkAbstractImageInterpolator object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAbstractImageInterpolator extends vtkObject\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void Initialize_2(vtkDataObject id0);\r
-  public void Initialize(vtkDataObject id0)\r
-    { Initialize_2(id0); }\r
-\r
-  private native void ReleaseData_3();\r
-  public void ReleaseData()\r
-    { ReleaseData_3(); }\r
-\r
-  private native void DeepCopy_4(vtkAbstractImageInterpolator id0);\r
-  public void DeepCopy(vtkAbstractImageInterpolator id0)\r
-    { DeepCopy_4(id0); }\r
-\r
-  private native void Update_5();\r
-  public void Update()\r
-    { Update_5(); }\r
-\r
-  private native double Interpolate_6(double id0,double id1,double id2,int id3);\r
-  public double Interpolate(double id0,double id1,double id2,int id3)\r
-    { return Interpolate_6(id0,id1,id2,id3); }\r
-\r
-  private native void SetOutValue_7(double id0);\r
-  public void SetOutValue(double id0)\r
-    { SetOutValue_7(id0); }\r
-\r
-  private native double GetOutValue_8();\r
-  public double GetOutValue()\r
-    { return GetOutValue_8(); }\r
-\r
-  private native void SetTolerance_9(double id0);\r
-  public void SetTolerance(double id0)\r
-    { SetTolerance_9(id0); }\r
-\r
-  private native double GetTolerance_10();\r
-  public double GetTolerance()\r
-    { return GetTolerance_10(); }\r
-\r
-  private native void SetComponentOffset_11(int id0);\r
-  public void SetComponentOffset(int id0)\r
-    { SetComponentOffset_11(id0); }\r
-\r
-  private native int GetComponentOffset_12();\r
-  public int GetComponentOffset()\r
-    { return GetComponentOffset_12(); }\r
-\r
-  private native void SetComponentCount_13(int id0);\r
-  public void SetComponentCount(int id0)\r
-    { SetComponentCount_13(id0); }\r
-\r
-  private native int GetComponentCount_14();\r
-  public int GetComponentCount()\r
-    { return GetComponentCount_14(); }\r
-\r
-  private native int ComputeNumberOfComponents_15(int id0);\r
-  public int ComputeNumberOfComponents(int id0)\r
-    { return ComputeNumberOfComponents_15(id0); }\r
-\r
-  private native int GetNumberOfComponents_16();\r
-  public int GetNumberOfComponents()\r
-    { return GetNumberOfComponents_16(); }\r
-\r
-  private native boolean CheckBoundsIJK_17(double id0[]);\r
-  public boolean CheckBoundsIJK(double id0[])\r
-    { return CheckBoundsIJK_17(id0); }\r
-\r
-  private native void SetBorderMode_18(int id0);\r
-  public void SetBorderMode(int id0)\r
-    { SetBorderMode_18(id0); }\r
-\r
-  private native void SetBorderModeToClamp_19();\r
-  public void SetBorderModeToClamp()\r
-    { SetBorderModeToClamp_19(); }\r
-\r
-  private native void SetBorderModeToRepeat_20();\r
-  public void SetBorderModeToRepeat()\r
-    { SetBorderModeToRepeat_20(); }\r
-\r
-  private native void SetBorderModeToMirror_21();\r
-  public void SetBorderModeToMirror()\r
-    { SetBorderModeToMirror_21(); }\r
-\r
-  private native int GetBorderMode_22();\r
-  public int GetBorderMode()\r
-    { return GetBorderMode_22(); }\r
-\r
-  private native String GetBorderModeAsString_23();\r
-  public String GetBorderModeAsString()\r
-    { return GetBorderModeAsString_23(); }\r
-\r
-  private native void ComputeSupportSize_24(double id0[],int id1[]);\r
-  public void ComputeSupportSize(double id0[],int id1[])\r
-    { ComputeSupportSize_24(id0,id1); }\r
-\r
-  private native boolean IsSeparable_25();\r
-  public boolean IsSeparable()\r
-    { return IsSeparable_25(); }\r
-\r
-  private native double[] GetSpacing_26();\r
-  public double[] GetSpacing()\r
-    { return GetSpacing_26(); }\r
-\r
-  private native double[] GetOrigin_27();\r
-  public double[] GetOrigin()\r
-    { return GetOrigin_27(); }\r
-\r
-  private native int[]  GetExtent_28();\r
-  public int[]  GetExtent()\r
-    { return GetExtent_28(); }\r
-\r
-  private native int[]  GetWholeExtent_29();\r
-  public int[]  GetWholeExtent()\r
-    { return GetWholeExtent_29(); }\r
-\r
-  public vtkAbstractImageInterpolator() { super(); }\r
-\r
-  public vtkAbstractImageInterpolator(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkAbstractImageInterpolator object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAbstractImageInterpolator extends vtkObject
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void Initialize_2(vtkDataObject id0);
+  public void Initialize(vtkDataObject id0)
+    { Initialize_2(id0); }
+
+  private native void ReleaseData_3();
+  public void ReleaseData()
+    { ReleaseData_3(); }
+
+  private native void DeepCopy_4(vtkAbstractImageInterpolator id0);
+  public void DeepCopy(vtkAbstractImageInterpolator id0)
+    { DeepCopy_4(id0); }
+
+  private native void Update_5();
+  public void Update()
+    { Update_5(); }
+
+  private native double Interpolate_6(double id0,double id1,double id2,int id3);
+  public double Interpolate(double id0,double id1,double id2,int id3)
+    { return Interpolate_6(id0,id1,id2,id3); }
+
+  private native void SetOutValue_7(double id0);
+  public void SetOutValue(double id0)
+    { SetOutValue_7(id0); }
+
+  private native double GetOutValue_8();
+  public double GetOutValue()
+    { return GetOutValue_8(); }
+
+  private native void SetTolerance_9(double id0);
+  public void SetTolerance(double id0)
+    { SetTolerance_9(id0); }
+
+  private native double GetTolerance_10();
+  public double GetTolerance()
+    { return GetTolerance_10(); }
+
+  private native void SetComponentOffset_11(int id0);
+  public void SetComponentOffset(int id0)
+    { SetComponentOffset_11(id0); }
+
+  private native int GetComponentOffset_12();
+  public int GetComponentOffset()
+    { return GetComponentOffset_12(); }
+
+  private native void SetComponentCount_13(int id0);
+  public void SetComponentCount(int id0)
+    { SetComponentCount_13(id0); }
+
+  private native int GetComponentCount_14();
+  public int GetComponentCount()
+    { return GetComponentCount_14(); }
+
+  private native int ComputeNumberOfComponents_15(int id0);
+  public int ComputeNumberOfComponents(int id0)
+    { return ComputeNumberOfComponents_15(id0); }
+
+  private native int GetNumberOfComponents_16();
+  public int GetNumberOfComponents()
+    { return GetNumberOfComponents_16(); }
+
+  private native boolean CheckBoundsIJK_17(double id0[]);
+  public boolean CheckBoundsIJK(double id0[])
+    { return CheckBoundsIJK_17(id0); }
+
+  private native void SetBorderMode_18(int id0);
+  public void SetBorderMode(int id0)
+    { SetBorderMode_18(id0); }
+
+  private native void SetBorderModeToClamp_19();
+  public void SetBorderModeToClamp()
+    { SetBorderModeToClamp_19(); }
+
+  private native void SetBorderModeToRepeat_20();
+  public void SetBorderModeToRepeat()
+    { SetBorderModeToRepeat_20(); }
+
+  private native void SetBorderModeToMirror_21();
+  public void SetBorderModeToMirror()
+    { SetBorderModeToMirror_21(); }
+
+  private native int GetBorderMode_22();
+  public int GetBorderMode()
+    { return GetBorderMode_22(); }
+
+  private native String GetBorderModeAsString_23();
+  public String GetBorderModeAsString()
+    { return GetBorderModeAsString_23(); }
+
+  private native void SetSlidingWindow_24(boolean id0);
+  public void SetSlidingWindow(boolean id0)
+    { SetSlidingWindow_24(id0); }
+
+  private native void SlidingWindowOn_25();
+  public void SlidingWindowOn()
+    { SlidingWindowOn_25(); }
+
+  private native void SlidingWindowOff_26();
+  public void SlidingWindowOff()
+    { SlidingWindowOff_26(); }
+
+  private native boolean GetSlidingWindow_27();
+  public boolean GetSlidingWindow()
+    { return GetSlidingWindow_27(); }
+
+  private native void ComputeSupportSize_28(double id0[],int id1[]);
+  public void ComputeSupportSize(double id0[],int id1[])
+    { ComputeSupportSize_28(id0,id1); }
+
+  private native boolean IsSeparable_29();
+  public boolean IsSeparable()
+    { return IsSeparable_29(); }
+
+  private native double[] GetSpacing_30();
+  public double[] GetSpacing()
+    { return GetSpacing_30(); }
+
+  private native double[] GetOrigin_31();
+  public double[] GetOrigin()
+    { return GetOrigin_31(); }
+
+  private native int[]  GetExtent_32();
+  public int[]  GetExtent()
+    { return GetExtent_32(); }
+
+  private native void GetWholeExtent_33(int id0[]);
+  public void GetWholeExtent(int id0[])
+    { GetWholeExtent_33(id0); }
+
+  public vtkAbstractImageInterpolator() { super(); }
+
+  public vtkAbstractImageInterpolator(long id) { super(id); }
+
+}