]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkInformationExecutivePortKey.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkInformationExecutivePortKey.java
diff --git a/vtk/src/vtk/vtkInformationExecutivePortKey.java b/vtk/src/vtk/vtkInformationExecutivePortKey.java
new file mode 100644 (file)
index 0000000..84cd13a
--- /dev/null
@@ -0,0 +1,54 @@
+// java wrapper for vtkInformationExecutivePortKey object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkInformationExecutivePortKey extends vtkInformationKey
+{
+
+  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 long MakeKey_2(String id0,String id1);
+  public vtkInformationExecutivePortKey MakeKey(String id0,String id1) {
+    long temp = MakeKey_2(id0,id1);
+
+    if (temp == 0) return null;
+    return (vtkInformationExecutivePortKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void Set_3(vtkInformation id0,vtkExecutive id1,int id2);
+  public void Set(vtkInformation id0,vtkExecutive id1,int id2)
+    { Set_3(id0,id1,id2); }
+
+  private native long GetExecutive_4(vtkInformation id0);
+  public vtkExecutive GetExecutive(vtkInformation id0) {
+    long temp = GetExecutive_4(id0);
+
+    if (temp == 0) return null;
+    return (vtkExecutive)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native int GetPort_5(vtkInformation id0);
+  public int GetPort(vtkInformation id0)
+    { return GetPort_5(id0); }
+
+  private native void ShallowCopy_6(vtkInformation id0,vtkInformation id1);
+  public void ShallowCopy(vtkInformation id0,vtkInformation id1)
+    { ShallowCopy_6(id0,id1); }
+
+  private native void Report_7(vtkInformation id0,vtkGarbageCollector id1);
+  public void Report(vtkInformation id0,vtkGarbageCollector id1)
+    { Report_7(id0,id1); }
+
+  public vtkInformationExecutivePortKey() { super(); }
+
+  public vtkInformationExecutivePortKey(long id) { super(id); }
+
+}