// 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(); }