]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkImagePadFilter.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkImagePadFilter.java
diff --git a/vtk/src/vtk/vtkImagePadFilter.java b/vtk/src/vtk/vtkImagePadFilter.java
new file mode 100644 (file)
index 0000000..b848e17
--- /dev/null
@@ -0,0 +1,47 @@
+// java wrapper for vtkImagePadFilter object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkImagePadFilter extends vtkThreadedImageAlgorithm
+{
+
+  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 SetOutputWholeExtent_2(int id0[]);
+  public void SetOutputWholeExtent(int id0[])
+    { SetOutputWholeExtent_2(id0); }
+
+  private native void SetOutputWholeExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);
+  public void SetOutputWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5)
+    { SetOutputWholeExtent_3(id0,id1,id2,id3,id4,id5); }
+
+  private native void GetOutputWholeExtent_4(int id0[]);
+  public void GetOutputWholeExtent(int id0[])
+    { GetOutputWholeExtent_4(id0); }
+
+  private native int[]  GetOutputWholeExtent_5();
+  public int[]  GetOutputWholeExtent()
+    { return GetOutputWholeExtent_5(); }
+
+  private native void SetOutputNumberOfScalarComponents_6(int id0);
+  public void SetOutputNumberOfScalarComponents(int id0)
+    { SetOutputNumberOfScalarComponents_6(id0); }
+
+  private native int GetOutputNumberOfScalarComponents_7();
+  public int GetOutputNumberOfScalarComponents()
+    { return GetOutputNumberOfScalarComponents_7(); }
+
+  public vtkImagePadFilter() { super(); }
+
+  public vtkImagePadFilter(long id) { super(id); }
+  public native long   VTKInit();
+
+}