X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInformation.java;h=a561d5d31b4a67291ae01760cb8e86c0f55a9b28;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=b34060da1a7e805cacaa2550a3f06a58147d4b54;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInformation.java b/vtk/src/vtk/vtkInformation.java index b34060da..a561d5d3 100644 --- a/vtk/src/vtk/vtkInformation.java +++ b/vtk/src/vtk/vtkInformation.java @@ -1,587 +1,675 @@ -// java wrapper for vtkInformation object -// - -package vtk; -import vtk.*; - -public class vtkInformation extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void Modified_2(); - public void Modified() - { Modified_2(); } - - private native void Modified_3(vtkInformationKey id0); - public void Modified(vtkInformationKey id0) - { Modified_3(id0); } - - private native void Clear_4(); - public void Clear() - { Clear_4(); } - - private native int GetNumberOfKeys_5(); - public int GetNumberOfKeys() - { return GetNumberOfKeys_5(); } - - private native void Copy_6(vtkInformation id0,int id1); - public void Copy(vtkInformation id0,int id1) - { Copy_6(id0,id1); } - - private native void CopyEntry_7(vtkInformation id0,vtkInformationKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationKey id1,int id2) - { CopyEntry_7(id0,id1,id2); } - - private native void CopyEntry_8(vtkInformation id0,vtkInformationDataObjectKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationDataObjectKey id1,int id2) - { CopyEntry_8(id0,id1,id2); } - - private native void CopyEntry_9(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2) - { CopyEntry_9(id0,id1,id2); } - - private native void CopyEntry_10(vtkInformation id0,vtkInformationInformationKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationInformationKey id1,int id2) - { CopyEntry_10(id0,id1,id2); } - - private native void CopyEntry_11(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2) - { CopyEntry_11(id0,id1,id2); } - - private native void CopyEntry_12(vtkInformation id0,vtkInformationIntegerKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationIntegerKey id1,int id2) - { CopyEntry_12(id0,id1,id2); } - - private native void CopyEntry_13(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2) - { CopyEntry_13(id0,id1,id2); } - - private native void CopyEntry_14(vtkInformation id0,vtkInformationRequestKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationRequestKey id1,int id2) - { CopyEntry_14(id0,id1,id2); } - - private native void CopyEntry_15(vtkInformation id0,vtkInformationStringKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationStringKey id1,int id2) - { CopyEntry_15(id0,id1,id2); } - - private native void CopyEntry_16(vtkInformation id0,vtkInformationStringVectorKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationStringVectorKey id1,int id2) - { CopyEntry_16(id0,id1,id2); } - - private native void CopyEntry_17(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2); - public void CopyEntry(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2) - { CopyEntry_17(id0,id1,id2); } - - private native void CopyEntries_18(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2); - public void CopyEntries(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2) - { CopyEntries_18(id0,id1,id2); } - - private native int Has_19(vtkInformationKey id0); - public int Has(vtkInformationKey id0) - { return Has_19(id0); } - - private native void Remove_20(vtkInformationKey id0); - public void Remove(vtkInformationKey id0) - { Remove_20(id0); } - - private native void Set_21(vtkInformationRequestKey id0); - public void Set(vtkInformationRequestKey id0) - { Set_21(id0); } - - private native void Remove_22(vtkInformationRequestKey id0); - public void Remove(vtkInformationRequestKey id0) - { Remove_22(id0); } - - private native int Has_23(vtkInformationRequestKey id0); - public int Has(vtkInformationRequestKey id0) - { return Has_23(id0); } - - private native void Set_24(vtkInformationIntegerKey id0,int id1); - public void Set(vtkInformationIntegerKey id0,int id1) - { Set_24(id0,id1); } - - private native int Get_25(vtkInformationIntegerKey id0); - public int Get(vtkInformationIntegerKey id0) - { return Get_25(id0); } - - private native void Remove_26(vtkInformationIntegerKey id0); - public void Remove(vtkInformationIntegerKey id0) - { Remove_26(id0); } - - private native int Has_27(vtkInformationIntegerKey id0); - public int Has(vtkInformationIntegerKey id0) - { return Has_27(id0); } - - private native void Set_28(vtkInformationIdTypeKey id0,int id1); - public void Set(vtkInformationIdTypeKey id0,int id1) - { Set_28(id0,id1); } - - private native int Get_29(vtkInformationIdTypeKey id0); - public int Get(vtkInformationIdTypeKey id0) - { return Get_29(id0); } - - private native void Remove_30(vtkInformationIdTypeKey id0); - public void Remove(vtkInformationIdTypeKey id0) - { Remove_30(id0); } - - private native int Has_31(vtkInformationIdTypeKey id0); - public int Has(vtkInformationIdTypeKey id0) - { return Has_31(id0); } - - private native void Set_32(vtkInformationDoubleKey id0,double id1); - public void Set(vtkInformationDoubleKey id0,double id1) - { Set_32(id0,id1); } - - private native double Get_33(vtkInformationDoubleKey id0); - public double Get(vtkInformationDoubleKey id0) - { return Get_33(id0); } - - private native void Remove_34(vtkInformationDoubleKey id0); - public void Remove(vtkInformationDoubleKey id0) - { Remove_34(id0); } - - private native int Has_35(vtkInformationDoubleKey id0); - public int Has(vtkInformationDoubleKey id0) - { return Has_35(id0); } - - private native void Append_36(vtkInformationIntegerVectorKey id0,int id1); - public void Append(vtkInformationIntegerVectorKey id0,int id1) - { Append_36(id0,id1); } - - private native void Set_37(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3); - public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3) - { Set_37(id0,id1,id2,id3); } - - private native void Set_38(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6); - public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6) - { Set_38(id0,id1,id2,id3,id4,id5,id6); } - - private native int Get_39(vtkInformationIntegerVectorKey id0,int id1); - public int Get(vtkInformationIntegerVectorKey id0,int id1) - { return Get_39(id0,id1); } - - private native int Length_40(vtkInformationIntegerVectorKey id0); - public int Length(vtkInformationIntegerVectorKey id0) - { return Length_40(id0); } - - private native void Remove_41(vtkInformationIntegerVectorKey id0); - public void Remove(vtkInformationIntegerVectorKey id0) - { Remove_41(id0); } - - private native int Has_42(vtkInformationIntegerVectorKey id0); - public int Has(vtkInformationIntegerVectorKey id0) - { return Has_42(id0); } - - private native void Append_43(vtkInformationStringVectorKey id0,String id1); - public void Append(vtkInformationStringVectorKey id0,String id1) - { Append_43(id0,id1); } - - private native void Set_44(vtkInformationStringVectorKey id0,String id1,int id2); - public void Set(vtkInformationStringVectorKey id0,String id1,int id2) - { Set_44(id0,id1,id2); } - - private native String Get_45(vtkInformationStringVectorKey id0,int id1); - public String Get(vtkInformationStringVectorKey id0,int id1) - { return Get_45(id0,id1); } - - private native int Length_46(vtkInformationStringVectorKey id0); - public int Length(vtkInformationStringVectorKey id0) - { return Length_46(id0); } - - private native void Remove_47(vtkInformationStringVectorKey id0); - public void Remove(vtkInformationStringVectorKey id0) - { Remove_47(id0); } - - private native int Has_48(vtkInformationStringVectorKey id0); - public int Has(vtkInformationStringVectorKey id0) - { return Has_48(id0); } - - private native int Length_49(vtkInformationIntegerPointerKey id0); - public int Length(vtkInformationIntegerPointerKey id0) - { return Length_49(id0); } - - private native void Remove_50(vtkInformationIntegerPointerKey id0); - public void Remove(vtkInformationIntegerPointerKey id0) - { Remove_50(id0); } - - private native int Has_51(vtkInformationIntegerPointerKey id0); - public int Has(vtkInformationIntegerPointerKey id0) - { return Has_51(id0); } - - private native void Set_52(vtkInformationUnsignedLongKey id0,int id1); - public void Set(vtkInformationUnsignedLongKey id0,int id1) - { Set_52(id0,id1); } - - private native int Get_53(vtkInformationUnsignedLongKey id0); - public int Get(vtkInformationUnsignedLongKey id0) - { return Get_53(id0); } - - private native void Remove_54(vtkInformationUnsignedLongKey id0); - public void Remove(vtkInformationUnsignedLongKey id0) - { Remove_54(id0); } - - private native int Has_55(vtkInformationUnsignedLongKey id0); - public int Has(vtkInformationUnsignedLongKey id0) - { return Has_55(id0); } - - private native void Append_56(vtkInformationDoubleVectorKey id0,double id1); - public void Append(vtkInformationDoubleVectorKey id0,double id1) - { Append_56(id0,id1); } - - private native void Set_57(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3); - public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3) - { Set_57(id0,id1,id2,id3); } - - private native void Set_58(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6); - public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6) - { Set_58(id0,id1,id2,id3,id4,id5,id6); } - - private native double Get_59(vtkInformationDoubleVectorKey id0,int id1); - public double Get(vtkInformationDoubleVectorKey id0,int id1) - { return Get_59(id0,id1); } - - private native int Length_60(vtkInformationDoubleVectorKey id0); - public int Length(vtkInformationDoubleVectorKey id0) - { return Length_60(id0); } - - private native void Remove_61(vtkInformationDoubleVectorKey id0); - public void Remove(vtkInformationDoubleVectorKey id0) - { Remove_61(id0); } - - private native int Has_62(vtkInformationDoubleVectorKey id0); - public int Has(vtkInformationDoubleVectorKey id0) - { return Has_62(id0); } - - private native void Append_63(vtkInformationKeyVectorKey id0,vtkInformationKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationKey id1) - { Append_63(id0,id1); } - - private native void AppendUnique_64(vtkInformationKeyVectorKey id0,vtkInformationKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationKey id1) - { AppendUnique_64(id0,id1); } - - private native void Remove_65(vtkInformationKeyVectorKey id0,vtkInformationKey id1); - public void Remove(vtkInformationKeyVectorKey id0,vtkInformationKey id1) - { Remove_65(id0,id1); } - - private native long Get_66(vtkInformationKeyVectorKey id0,int id1); - public vtkInformationKey Get(vtkInformationKeyVectorKey id0,int id1) { - long temp = Get_66(id0,id1); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int Length_67(vtkInformationKeyVectorKey id0); - public int Length(vtkInformationKeyVectorKey id0) - { return Length_67(id0); } - - private native void Remove_68(vtkInformationKeyVectorKey id0); - public void Remove(vtkInformationKeyVectorKey id0) - { Remove_68(id0); } - - private native int Has_69(vtkInformationKeyVectorKey id0); - public int Has(vtkInformationKeyVectorKey id0) - { return Has_69(id0); } - - private native void Append_70(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1) - { Append_70(id0,id1); } - - private native void Append_71(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1) - { Append_71(id0,id1); } - - private native void Append_72(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1) - { Append_72(id0,id1); } - - private native void Append_73(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1) - { Append_73(id0,id1); } - - private native void Append_74(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1) - { Append_74(id0,id1); } - - private native void Append_75(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1) - { Append_75(id0,id1); } - - private native void Append_76(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1) - { Append_76(id0,id1); } - - private native void Append_77(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1) - { Append_77(id0,id1); } - - private native void Append_78(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1) - { Append_78(id0,id1); } - - private native void Append_79(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1) - { Append_79(id0,id1); } - - private native void Append_80(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1); - public void Append(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1) - { Append_80(id0,id1); } - - private native void AppendUnique_81(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1) - { AppendUnique_81(id0,id1); } - - private native void AppendUnique_82(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1) - { AppendUnique_82(id0,id1); } - - private native void AppendUnique_83(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1) - { AppendUnique_83(id0,id1); } - - private native void AppendUnique_84(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1) - { AppendUnique_84(id0,id1); } - - private native void AppendUnique_85(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1) - { AppendUnique_85(id0,id1); } - - private native void AppendUnique_86(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1) - { AppendUnique_86(id0,id1); } - - private native void AppendUnique_87(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1) - { AppendUnique_87(id0,id1); } - - private native void AppendUnique_88(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1) - { AppendUnique_88(id0,id1); } - - private native void AppendUnique_89(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1) - { AppendUnique_89(id0,id1); } - - private native void AppendUnique_90(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1) - { AppendUnique_90(id0,id1); } - - private native void AppendUnique_91(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1); - public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1) - { AppendUnique_91(id0,id1); } - - private native void Set_92(vtkInformationStringKey id0,String id1); - public void Set(vtkInformationStringKey id0,String id1) - { Set_92(id0,id1); } - - private native String Get_93(vtkInformationStringKey id0); - public String Get(vtkInformationStringKey id0) - { return Get_93(id0); } - - private native void Remove_94(vtkInformationStringKey id0); - public void Remove(vtkInformationStringKey id0) - { Remove_94(id0); } - - private native int Has_95(vtkInformationStringKey id0); - public int Has(vtkInformationStringKey id0) - { return Has_95(id0); } - - private native void Set_96(vtkInformationInformationKey id0,vtkInformation id1); - public void Set(vtkInformationInformationKey id0,vtkInformation id1) - { Set_96(id0,id1); } - - private native long Get_97(vtkInformationInformationKey id0); - public vtkInformation Get(vtkInformationInformationKey id0) { - long temp = Get_97(id0); - - if (temp == 0) return null; - return (vtkInformation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Remove_98(vtkInformationInformationKey id0); - public void Remove(vtkInformationInformationKey id0) - { Remove_98(id0); } - - private native int Has_99(vtkInformationInformationKey id0); - public int Has(vtkInformationInformationKey id0) - { return Has_99(id0); } - - private native void Set_100(vtkInformationInformationVectorKey id0,vtkInformationVector id1); - public void Set(vtkInformationInformationVectorKey id0,vtkInformationVector id1) - { Set_100(id0,id1); } - - private native long Get_101(vtkInformationInformationVectorKey id0); - public vtkInformationVector Get(vtkInformationInformationVectorKey id0) { - long temp = Get_101(id0); - - if (temp == 0) return null; - return (vtkInformationVector)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Remove_102(vtkInformationInformationVectorKey id0); - public void Remove(vtkInformationInformationVectorKey id0) - { Remove_102(id0); } - - private native int Has_103(vtkInformationInformationVectorKey id0); - public int Has(vtkInformationInformationVectorKey id0) - { return Has_103(id0); } - - private native void Set_104(vtkInformationObjectBaseKey id0,vtkObjectBase id1); - public void Set(vtkInformationObjectBaseKey id0,vtkObjectBase id1) - { Set_104(id0,id1); } - - private native long Get_105(vtkInformationObjectBaseKey id0); - public vtkObjectBase Get(vtkInformationObjectBaseKey id0) { - long temp = Get_105(id0); - - if (temp == 0) return null; - return (vtkObjectBase)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Remove_106(vtkInformationObjectBaseKey id0); - public void Remove(vtkInformationObjectBaseKey id0) - { Remove_106(id0); } - - private native int Has_107(vtkInformationObjectBaseKey id0); - public int Has(vtkInformationObjectBaseKey id0) - { return Has_107(id0); } - - private native void Remove_108(vtkInformationDataObjectKey id0); - public void Remove(vtkInformationDataObjectKey id0) - { Remove_108(id0); } - - private native int Has_109(vtkInformationDataObjectKey id0); - public int Has(vtkInformationDataObjectKey id0) - { return Has_109(id0); } - - private native long GetKey_110(vtkInformationDataObjectKey id0); - public vtkInformationKey GetKey(vtkInformationDataObjectKey id0) { - long temp = GetKey_110(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_111(vtkInformationDoubleKey id0); - public vtkInformationKey GetKey(vtkInformationDoubleKey id0) { - long temp = GetKey_111(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_112(vtkInformationDoubleVectorKey id0); - public vtkInformationKey GetKey(vtkInformationDoubleVectorKey id0) { - long temp = GetKey_112(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_113(vtkInformationInformationKey id0); - public vtkInformationKey GetKey(vtkInformationInformationKey id0) { - long temp = GetKey_113(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_114(vtkInformationInformationVectorKey id0); - public vtkInformationKey GetKey(vtkInformationInformationVectorKey id0) { - long temp = GetKey_114(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_115(vtkInformationIntegerKey id0); - public vtkInformationKey GetKey(vtkInformationIntegerKey id0) { - long temp = GetKey_115(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_116(vtkInformationIntegerVectorKey id0); - public vtkInformationKey GetKey(vtkInformationIntegerVectorKey id0) { - long temp = GetKey_116(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_117(vtkInformationRequestKey id0); - public vtkInformationKey GetKey(vtkInformationRequestKey id0) { - long temp = GetKey_117(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_118(vtkInformationStringKey id0); - public vtkInformationKey GetKey(vtkInformationStringKey id0) { - long temp = GetKey_118(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_119(vtkInformationStringVectorKey id0); - public vtkInformationKey GetKey(vtkInformationStringVectorKey id0) { - long temp = GetKey_119(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_120(vtkInformationKey id0); - public vtkInformationKey GetKey(vtkInformationKey id0) { - long temp = GetKey_120(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetKey_121(vtkInformationUnsignedLongKey id0); - public vtkInformationKey GetKey(vtkInformationUnsignedLongKey id0) { - long temp = GetKey_121(id0); - - if (temp == 0) return null; - return (vtkInformationKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Register_122(vtkObjectBase id0); - public void Register(vtkObjectBase id0) - { Register_122(id0); } - - private native void UnRegister_123(vtkObjectBase id0); - public void UnRegister(vtkObjectBase id0) - { UnRegister_123(id0); } - - private native void SetRequest_124(vtkInformationRequestKey id0); - public void SetRequest(vtkInformationRequestKey id0) - { SetRequest_124(id0); } - - private native long GetRequest_125(); - public vtkInformationRequestKey GetRequest() { - long temp = GetRequest_125(); - - if (temp == 0) return null; - return (vtkInformationRequestKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkInformation() { super(); } - - public vtkInformation(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkInformation object +// + +package vtk; +import vtk.*; + +public class vtkInformation 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 Modified_2(); + public void Modified() + { Modified_2(); } + + private native void Modified_3(vtkInformationKey id0); + public void Modified(vtkInformationKey id0) + { Modified_3(id0); } + + private native void Clear_4(); + public void Clear() + { Clear_4(); } + + private native int GetNumberOfKeys_5(); + public int GetNumberOfKeys() + { return GetNumberOfKeys_5(); } + + private native void Copy_6(vtkInformation id0,int id1); + public void Copy(vtkInformation id0,int id1) + { Copy_6(id0,id1); } + + private native void Append_7(vtkInformation id0,int id1); + public void Append(vtkInformation id0,int id1) + { Append_7(id0,id1); } + + private native void CopyEntry_8(vtkInformation id0,vtkInformationKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationKey id1,int id2) + { CopyEntry_8(id0,id1,id2); } + + private native void CopyEntry_9(vtkInformation id0,vtkInformationDataObjectKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationDataObjectKey id1,int id2) + { CopyEntry_9(id0,id1,id2); } + + private native void CopyEntry_10(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationDoubleVectorKey id1,int id2) + { CopyEntry_10(id0,id1,id2); } + + private native void CopyEntry_11(vtkInformation id0,vtkInformationVariantKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationVariantKey id1,int id2) + { CopyEntry_11(id0,id1,id2); } + + private native void CopyEntry_12(vtkInformation id0,vtkInformationVariantVectorKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationVariantVectorKey id1,int id2) + { CopyEntry_12(id0,id1,id2); } + + private native void CopyEntry_13(vtkInformation id0,vtkInformationInformationKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationInformationKey id1,int id2) + { CopyEntry_13(id0,id1,id2); } + + private native void CopyEntry_14(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationInformationVectorKey id1,int id2) + { CopyEntry_14(id0,id1,id2); } + + private native void CopyEntry_15(vtkInformation id0,vtkInformationIntegerKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationIntegerKey id1,int id2) + { CopyEntry_15(id0,id1,id2); } + + private native void CopyEntry_16(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationIntegerVectorKey id1,int id2) + { CopyEntry_16(id0,id1,id2); } + + private native void CopyEntry_17(vtkInformation id0,vtkInformationObjectBaseVectorKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationObjectBaseVectorKey id1,int id2) + { CopyEntry_17(id0,id1,id2); } + + private native void CopyEntry_18(vtkInformation id0,vtkInformationRequestKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationRequestKey id1,int id2) + { CopyEntry_18(id0,id1,id2); } + + private native void CopyEntry_19(vtkInformation id0,vtkInformationStringKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationStringKey id1,int id2) + { CopyEntry_19(id0,id1,id2); } + + private native void CopyEntry_20(vtkInformation id0,vtkInformationStringVectorKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationStringVectorKey id1,int id2) + { CopyEntry_20(id0,id1,id2); } + + private native void CopyEntry_21(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2); + public void CopyEntry(vtkInformation id0,vtkInformationUnsignedLongKey id1,int id2) + { CopyEntry_21(id0,id1,id2); } + + private native void CopyEntries_22(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2); + public void CopyEntries(vtkInformation id0,vtkInformationKeyVectorKey id1,int id2) + { CopyEntries_22(id0,id1,id2); } + + private native int Has_23(vtkInformationKey id0); + public int Has(vtkInformationKey id0) + { return Has_23(id0); } + + private native void Remove_24(vtkInformationKey id0); + public void Remove(vtkInformationKey id0) + { Remove_24(id0); } + + private native void Set_25(vtkInformationRequestKey id0); + public void Set(vtkInformationRequestKey id0) + { Set_25(id0); } + + private native void Remove_26(vtkInformationRequestKey id0); + public void Remove(vtkInformationRequestKey id0) + { Remove_26(id0); } + + private native int Has_27(vtkInformationRequestKey id0); + public int Has(vtkInformationRequestKey id0) + { return Has_27(id0); } + + private native void Set_28(vtkInformationIntegerKey id0,int id1); + public void Set(vtkInformationIntegerKey id0,int id1) + { Set_28(id0,id1); } + + private native int Get_29(vtkInformationIntegerKey id0); + public int Get(vtkInformationIntegerKey id0) + { return Get_29(id0); } + + private native void Remove_30(vtkInformationIntegerKey id0); + public void Remove(vtkInformationIntegerKey id0) + { Remove_30(id0); } + + private native int Has_31(vtkInformationIntegerKey id0); + public int Has(vtkInformationIntegerKey id0) + { return Has_31(id0); } + + private native void Set_32(vtkInformationIdTypeKey id0,int id1); + public void Set(vtkInformationIdTypeKey id0,int id1) + { Set_32(id0,id1); } + + private native int Get_33(vtkInformationIdTypeKey id0); + public int Get(vtkInformationIdTypeKey id0) + { return Get_33(id0); } + + private native void Remove_34(vtkInformationIdTypeKey id0); + public void Remove(vtkInformationIdTypeKey id0) + { Remove_34(id0); } + + private native int Has_35(vtkInformationIdTypeKey id0); + public int Has(vtkInformationIdTypeKey id0) + { return Has_35(id0); } + + private native void Set_36(vtkInformationDoubleKey id0,double id1); + public void Set(vtkInformationDoubleKey id0,double id1) + { Set_36(id0,id1); } + + private native double Get_37(vtkInformationDoubleKey id0); + public double Get(vtkInformationDoubleKey id0) + { return Get_37(id0); } + + private native void Remove_38(vtkInformationDoubleKey id0); + public void Remove(vtkInformationDoubleKey id0) + { Remove_38(id0); } + + private native int Has_39(vtkInformationDoubleKey id0); + public int Has(vtkInformationDoubleKey id0) + { return Has_39(id0); } + + private native void Remove_40(vtkInformationVariantKey id0); + public void Remove(vtkInformationVariantKey id0) + { Remove_40(id0); } + + private native int Has_41(vtkInformationVariantKey id0); + public int Has(vtkInformationVariantKey id0) + { return Has_41(id0); } + + private native void Append_42(vtkInformationIntegerVectorKey id0,int id1); + public void Append(vtkInformationIntegerVectorKey id0,int id1) + { Append_42(id0,id1); } + + private native void Set_43(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3); + public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3) + { Set_43(id0,id1,id2,id3); } + + private native void Set_44(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6); + public void Set(vtkInformationIntegerVectorKey id0,int id1,int id2,int id3,int id4,int id5,int id6) + { Set_44(id0,id1,id2,id3,id4,id5,id6); } + + private native int Get_45(vtkInformationIntegerVectorKey id0,int id1); + public int Get(vtkInformationIntegerVectorKey id0,int id1) + { return Get_45(id0,id1); } + + private native int Length_46(vtkInformationIntegerVectorKey id0); + public int Length(vtkInformationIntegerVectorKey id0) + { return Length_46(id0); } + + private native void Remove_47(vtkInformationIntegerVectorKey id0); + public void Remove(vtkInformationIntegerVectorKey id0) + { Remove_47(id0); } + + private native int Has_48(vtkInformationIntegerVectorKey id0); + public int Has(vtkInformationIntegerVectorKey id0) + { return Has_48(id0); } + + private native void Append_49(vtkInformationStringVectorKey id0,String id1); + public void Append(vtkInformationStringVectorKey id0,String id1) + { Append_49(id0,id1); } + + private native void Set_50(vtkInformationStringVectorKey id0,String id1,int id2); + public void Set(vtkInformationStringVectorKey id0,String id1,int id2) + { Set_50(id0,id1,id2); } + + private native String Get_51(vtkInformationStringVectorKey id0,int id1); + public String Get(vtkInformationStringVectorKey id0,int id1) + { return Get_51(id0,id1); } + + private native int Length_52(vtkInformationStringVectorKey id0); + public int Length(vtkInformationStringVectorKey id0) + { return Length_52(id0); } + + private native void Remove_53(vtkInformationStringVectorKey id0); + public void Remove(vtkInformationStringVectorKey id0) + { Remove_53(id0); } + + private native int Has_54(vtkInformationStringVectorKey id0); + public int Has(vtkInformationStringVectorKey id0) + { return Has_54(id0); } + + private native int Length_55(vtkInformationIntegerPointerKey id0); + public int Length(vtkInformationIntegerPointerKey id0) + { return Length_55(id0); } + + private native void Remove_56(vtkInformationIntegerPointerKey id0); + public void Remove(vtkInformationIntegerPointerKey id0) + { Remove_56(id0); } + + private native int Has_57(vtkInformationIntegerPointerKey id0); + public int Has(vtkInformationIntegerPointerKey id0) + { return Has_57(id0); } + + private native void Set_58(vtkInformationUnsignedLongKey id0,int id1); + public void Set(vtkInformationUnsignedLongKey id0,int id1) + { Set_58(id0,id1); } + + private native int Get_59(vtkInformationUnsignedLongKey id0); + public int Get(vtkInformationUnsignedLongKey id0) + { return Get_59(id0); } + + private native void Remove_60(vtkInformationUnsignedLongKey id0); + public void Remove(vtkInformationUnsignedLongKey id0) + { Remove_60(id0); } + + private native int Has_61(vtkInformationUnsignedLongKey id0); + public int Has(vtkInformationUnsignedLongKey id0) + { return Has_61(id0); } + + private native void Append_62(vtkInformationDoubleVectorKey id0,double id1); + public void Append(vtkInformationDoubleVectorKey id0,double id1) + { Append_62(id0,id1); } + + private native void Set_63(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3); + public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3) + { Set_63(id0,id1,id2,id3); } + + private native void Set_64(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6); + public void Set(vtkInformationDoubleVectorKey id0,double id1,double id2,double id3,double id4,double id5,double id6) + { Set_64(id0,id1,id2,id3,id4,id5,id6); } + + private native double Get_65(vtkInformationDoubleVectorKey id0,int id1); + public double Get(vtkInformationDoubleVectorKey id0,int id1) + { return Get_65(id0,id1); } + + private native int Length_66(vtkInformationDoubleVectorKey id0); + public int Length(vtkInformationDoubleVectorKey id0) + { return Length_66(id0); } + + private native void Remove_67(vtkInformationDoubleVectorKey id0); + public void Remove(vtkInformationDoubleVectorKey id0) + { Remove_67(id0); } + + private native int Has_68(vtkInformationDoubleVectorKey id0); + public int Has(vtkInformationDoubleVectorKey id0) + { return Has_68(id0); } + + private native int Length_69(vtkInformationVariantVectorKey id0); + public int Length(vtkInformationVariantVectorKey id0) + { return Length_69(id0); } + + private native void Remove_70(vtkInformationVariantVectorKey id0); + public void Remove(vtkInformationVariantVectorKey id0) + { Remove_70(id0); } + + private native int Has_71(vtkInformationVariantVectorKey id0); + public int Has(vtkInformationVariantVectorKey id0) + { return Has_71(id0); } + + private native void Append_72(vtkInformationKeyVectorKey id0,vtkInformationKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationKey id1) + { Append_72(id0,id1); } + + private native void AppendUnique_73(vtkInformationKeyVectorKey id0,vtkInformationKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationKey id1) + { AppendUnique_73(id0,id1); } + + private native void Remove_74(vtkInformationKeyVectorKey id0,vtkInformationKey id1); + public void Remove(vtkInformationKeyVectorKey id0,vtkInformationKey id1) + { Remove_74(id0,id1); } + + private native long Get_75(vtkInformationKeyVectorKey id0,int id1); + public vtkInformationKey Get(vtkInformationKeyVectorKey id0,int id1) { + long temp = Get_75(id0,id1); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int Length_76(vtkInformationKeyVectorKey id0); + public int Length(vtkInformationKeyVectorKey id0) + { return Length_76(id0); } + + private native void Remove_77(vtkInformationKeyVectorKey id0); + public void Remove(vtkInformationKeyVectorKey id0) + { Remove_77(id0); } + + private native int Has_78(vtkInformationKeyVectorKey id0); + public int Has(vtkInformationKeyVectorKey id0) + { return Has_78(id0); } + + private native void Append_79(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1) + { Append_79(id0,id1); } + + private native void Append_80(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1) + { Append_80(id0,id1); } + + private native void Append_81(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1) + { Append_81(id0,id1); } + + private native void Append_82(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1) + { Append_82(id0,id1); } + + private native void Append_83(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1) + { Append_83(id0,id1); } + + private native void Append_84(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1) + { Append_84(id0,id1); } + + private native void Append_85(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1) + { Append_85(id0,id1); } + + private native void Append_86(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1) + { Append_86(id0,id1); } + + private native void Append_87(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1) + { Append_87(id0,id1); } + + private native void Append_88(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1) + { Append_88(id0,id1); } + + private native void Append_89(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1); + public void Append(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1) + { Append_89(id0,id1); } + + private native void AppendUnique_90(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDataObjectKey id1) + { AppendUnique_90(id0,id1); } + + private native void AppendUnique_91(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleKey id1) + { AppendUnique_91(id0,id1); } + + private native void AppendUnique_92(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationDoubleVectorKey id1) + { AppendUnique_92(id0,id1); } + + private native void AppendUnique_93(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationKey id1) + { AppendUnique_93(id0,id1); } + + private native void AppendUnique_94(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationInformationVectorKey id1) + { AppendUnique_94(id0,id1); } + + private native void AppendUnique_95(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerKey id1) + { AppendUnique_95(id0,id1); } + + private native void AppendUnique_96(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationIntegerVectorKey id1) + { AppendUnique_96(id0,id1); } + + private native void AppendUnique_97(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringKey id1) + { AppendUnique_97(id0,id1); } + + private native void AppendUnique_98(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationStringVectorKey id1) + { AppendUnique_98(id0,id1); } + + private native void AppendUnique_99(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationObjectBaseKey id1) + { AppendUnique_99(id0,id1); } + + private native void AppendUnique_100(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1); + public void AppendUnique(vtkInformationKeyVectorKey id0,vtkInformationUnsignedLongKey id1) + { AppendUnique_100(id0,id1); } + + private native void Set_101(vtkInformationStringKey id0,String id1); + public void Set(vtkInformationStringKey id0,String id1) + { Set_101(id0,id1); } + + private native String Get_102(vtkInformationStringKey id0); + public String Get(vtkInformationStringKey id0) + { return Get_102(id0); } + + private native void Remove_103(vtkInformationStringKey id0); + public void Remove(vtkInformationStringKey id0) + { Remove_103(id0); } + + private native int Has_104(vtkInformationStringKey id0); + public int Has(vtkInformationStringKey id0) + { return Has_104(id0); } + + private native void Set_105(vtkInformationInformationKey id0,vtkInformation id1); + public void Set(vtkInformationInformationKey id0,vtkInformation id1) + { Set_105(id0,id1); } + + private native long Get_106(vtkInformationInformationKey id0); + public vtkInformation Get(vtkInformationInformationKey id0) { + long temp = Get_106(id0); + + if (temp == 0) return null; + return (vtkInformation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Remove_107(vtkInformationInformationKey id0); + public void Remove(vtkInformationInformationKey id0) + { Remove_107(id0); } + + private native int Has_108(vtkInformationInformationKey id0); + public int Has(vtkInformationInformationKey id0) + { return Has_108(id0); } + + private native void Set_109(vtkInformationInformationVectorKey id0,vtkInformationVector id1); + public void Set(vtkInformationInformationVectorKey id0,vtkInformationVector id1) + { Set_109(id0,id1); } + + private native long Get_110(vtkInformationInformationVectorKey id0); + public vtkInformationVector Get(vtkInformationInformationVectorKey id0) { + long temp = Get_110(id0); + + if (temp == 0) return null; + return (vtkInformationVector)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Remove_111(vtkInformationInformationVectorKey id0); + public void Remove(vtkInformationInformationVectorKey id0) + { Remove_111(id0); } + + private native int Has_112(vtkInformationInformationVectorKey id0); + public int Has(vtkInformationInformationVectorKey id0) + { return Has_112(id0); } + + private native void Set_113(vtkInformationObjectBaseKey id0,vtkObjectBase id1); + public void Set(vtkInformationObjectBaseKey id0,vtkObjectBase id1) + { Set_113(id0,id1); } + + private native long Get_114(vtkInformationObjectBaseKey id0); + public vtkObjectBase Get(vtkInformationObjectBaseKey id0) { + long temp = Get_114(id0); + + if (temp == 0) return null; + return (vtkObjectBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Remove_115(vtkInformationObjectBaseKey id0); + public void Remove(vtkInformationObjectBaseKey id0) + { Remove_115(id0); } + + private native int Has_116(vtkInformationObjectBaseKey id0); + public int Has(vtkInformationObjectBaseKey id0) + { return Has_116(id0); } + + private native void Append_117(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1); + public void Append(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1) + { Append_117(id0,id1); } + + private native void Set_118(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1,int id2); + public void Set(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1,int id2) + { Set_118(id0,id1,id2); } + + private native long Get_119(vtkInformationObjectBaseVectorKey id0,int id1); + public vtkObjectBase Get(vtkInformationObjectBaseVectorKey id0,int id1) { + long temp = Get_119(id0,id1); + + if (temp == 0) return null; + return (vtkObjectBase)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int Length_120(vtkInformationObjectBaseVectorKey id0); + public int Length(vtkInformationObjectBaseVectorKey id0) + { return Length_120(id0); } + + private native void Remove_121(vtkInformationObjectBaseVectorKey id0); + public void Remove(vtkInformationObjectBaseVectorKey id0) + { Remove_121(id0); } + + private native void Remove_122(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1); + public void Remove(vtkInformationObjectBaseVectorKey id0,vtkObjectBase id1) + { Remove_122(id0,id1); } + + private native void Remove_123(vtkInformationObjectBaseVectorKey id0,int id1); + public void Remove(vtkInformationObjectBaseVectorKey id0,int id1) + { Remove_123(id0,id1); } + + private native int Has_124(vtkInformationObjectBaseVectorKey id0); + public int Has(vtkInformationObjectBaseVectorKey id0) + { return Has_124(id0); } + + private native void Remove_125(vtkInformationDataObjectKey id0); + public void Remove(vtkInformationDataObjectKey id0) + { Remove_125(id0); } + + private native int Has_126(vtkInformationDataObjectKey id0); + public int Has(vtkInformationDataObjectKey id0) + { return Has_126(id0); } + + private native long GetKey_127(vtkInformationDataObjectKey id0); + public vtkInformationKey GetKey(vtkInformationDataObjectKey id0) { + long temp = GetKey_127(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_128(vtkInformationDoubleKey id0); + public vtkInformationKey GetKey(vtkInformationDoubleKey id0) { + long temp = GetKey_128(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_129(vtkInformationDoubleVectorKey id0); + public vtkInformationKey GetKey(vtkInformationDoubleVectorKey id0) { + long temp = GetKey_129(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_130(vtkInformationInformationKey id0); + public vtkInformationKey GetKey(vtkInformationInformationKey id0) { + long temp = GetKey_130(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_131(vtkInformationInformationVectorKey id0); + public vtkInformationKey GetKey(vtkInformationInformationVectorKey id0) { + long temp = GetKey_131(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_132(vtkInformationIntegerKey id0); + public vtkInformationKey GetKey(vtkInformationIntegerKey id0) { + long temp = GetKey_132(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_133(vtkInformationIntegerVectorKey id0); + public vtkInformationKey GetKey(vtkInformationIntegerVectorKey id0) { + long temp = GetKey_133(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_134(vtkInformationRequestKey id0); + public vtkInformationKey GetKey(vtkInformationRequestKey id0) { + long temp = GetKey_134(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_135(vtkInformationStringKey id0); + public vtkInformationKey GetKey(vtkInformationStringKey id0) { + long temp = GetKey_135(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_136(vtkInformationStringVectorKey id0); + public vtkInformationKey GetKey(vtkInformationStringVectorKey id0) { + long temp = GetKey_136(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_137(vtkInformationKey id0); + public vtkInformationKey GetKey(vtkInformationKey id0) { + long temp = GetKey_137(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_138(vtkInformationUnsignedLongKey id0); + public vtkInformationKey GetKey(vtkInformationUnsignedLongKey id0) { + long temp = GetKey_138(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_139(vtkInformationVariantKey id0); + public vtkInformationKey GetKey(vtkInformationVariantKey id0) { + long temp = GetKey_139(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetKey_140(vtkInformationVariantVectorKey id0); + public vtkInformationKey GetKey(vtkInformationVariantVectorKey id0) { + long temp = GetKey_140(id0); + + if (temp == 0) return null; + return (vtkInformationKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Register_141(vtkObjectBase id0); + public void Register(vtkObjectBase id0) + { Register_141(id0); } + + private native void UnRegister_142(vtkObjectBase id0); + public void UnRegister(vtkObjectBase id0) + { UnRegister_142(id0); } + + private native void SetRequest_143(vtkInformationRequestKey id0); + public void SetRequest(vtkInformationRequestKey id0) + { SetRequest_143(id0); } + + private native long GetRequest_144(); + public vtkInformationRequestKey GetRequest() { + long temp = GetRequest_144(); + + if (temp == 0) return null; + return (vtkInformationRequestKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkInformation() { super(); } + + public vtkInformation(long id) { super(id); } + public native long VTKInit(); + +}