]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImageSeparableConvolution.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImageSeparableConvolution.java
diff --git a/vtk/src/vtk/vtkImageSeparableConvolution.java b/vtk/src/vtk/vtkImageSeparableConvolution.java
new file mode 100644 (file)
index 0000000..dd7d767
--- /dev/null
@@ -0,0 +1,63 @@
+// java wrapper for vtkImageSeparableConvolution object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImageSeparableConvolution extends vtkImageDecomposeFilter
+{
+
+  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 SetXKernel_2(vtkFloatArray id0);
+  public void SetXKernel(vtkFloatArray id0)
+    { SetXKernel_2(id0); }
+
+  private native long GetXKernel_3();
+  public vtkFloatArray GetXKernel() {
+    long temp = GetXKernel_3();
+
+    if (temp == 0) return null;
+    return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetYKernel_4(vtkFloatArray id0);
+  public void SetYKernel(vtkFloatArray id0)
+    { SetYKernel_4(id0); }
+
+  private native long GetYKernel_5();
+  public vtkFloatArray GetYKernel() {
+    long temp = GetYKernel_5();
+
+    if (temp == 0) return null;
+    return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetZKernel_6(vtkFloatArray id0);
+  public void SetZKernel(vtkFloatArray id0)
+    { SetZKernel_6(id0); }
+
+  private native long GetZKernel_7();
+  public vtkFloatArray GetZKernel() {
+    long temp = GetZKernel_7();
+
+    if (temp == 0) return null;
+    return (vtkFloatArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetMTime_8();
+  public int GetMTime()
+    { return GetMTime_8(); }
+
+  public vtkImageSeparableConvolution() { super(); }
+
+  public vtkImageSeparableConvolution(long id) { super(id); }
+  public native long   VTKInit();
+
+}