X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInformationExecutivePortKey.java;fp=vtk%2Fsrc%2Fvtk%2FvtkInformationExecutivePortKey.java;h=84cd13a727211b7e88d9d9a5d1790bcb7546fd18;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInformationExecutivePortKey.java b/vtk/src/vtk/vtkInformationExecutivePortKey.java new file mode 100644 index 00000000..84cd13a7 --- /dev/null +++ b/vtk/src/vtk/vtkInformationExecutivePortKey.java @@ -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); } + +}