X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkXMLDataElement.java;h=cd23adf0a85a8ea1b477784b50761a428c31f095;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=482d54bd4de617caeedbb188d67c2b95bfe2ae0d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkXMLDataElement.java b/vtk/src/vtk/vtkXMLDataElement.java index 482d54bd..cd23adf0 100644 --- a/vtk/src/vtk/vtkXMLDataElement.java +++ b/vtk/src/vtk/vtkXMLDataElement.java @@ -1,227 +1,227 @@ -// java wrapper for vtkXMLDataElement object -// - -package vtk; -import vtk.*; - -public class vtkXMLDataElement 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 String GetName_2(); - public String GetName() - { return GetName_2(); } - - private native void SetName_3(String id0); - public void SetName(String id0) - { SetName_3(id0); } - - private native String GetId_4(); - public String GetId() - { return GetId_4(); } - - private native void SetId_5(String id0); - public void SetId(String id0) - { SetId_5(id0); } - - private native String GetAttribute_6(String id0); - public String GetAttribute(String id0) - { return GetAttribute_6(id0); } - - private native void SetAttribute_7(String id0,String id1); - public void SetAttribute(String id0,String id1) - { SetAttribute_7(id0,id1); } - - private native void SetCharacterData_8(String id0,int id1); - public void SetCharacterData(String id0,int id1) - { SetCharacterData_8(id0,id1); } - - private native String GetCharacterData_9(); - public String GetCharacterData() - { return GetCharacterData_9(); } - - private native void SetIntAttribute_10(String id0,int id1); - public void SetIntAttribute(String id0,int id1) - { SetIntAttribute_10(id0,id1); } - - private native void SetFloatAttribute_11(String id0,double id1); - public void SetFloatAttribute(String id0,double id1) - { SetFloatAttribute_11(id0,id1); } - - private native void SetDoubleAttribute_12(String id0,double id1); - public void SetDoubleAttribute(String id0,double id1) - { SetDoubleAttribute_12(id0,id1); } - - private native void SetUnsignedLongAttribute_13(String id0,int id1); - public void SetUnsignedLongAttribute(String id0,int id1) - { SetUnsignedLongAttribute_13(id0,id1); } - - private native int GetNumberOfAttributes_14(); - public int GetNumberOfAttributes() - { return GetNumberOfAttributes_14(); } - - private native String GetAttributeName_15(int id0); - public String GetAttributeName(int id0) - { return GetAttributeName_15(id0); } - - private native String GetAttributeValue_16(int id0); - public String GetAttributeValue(int id0) - { return GetAttributeValue_16(id0); } - - private native void RemoveAttribute_17(String id0); - public void RemoveAttribute(String id0) - { RemoveAttribute_17(id0); } - - private native void RemoveAllAttributes_18(); - public void RemoveAllAttributes() - { RemoveAllAttributes_18(); } - - private native long GetParent_19(); - public vtkXMLDataElement GetParent() { - long temp = GetParent_19(); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetParent_20(vtkXMLDataElement id0); - public void SetParent(vtkXMLDataElement id0) - { SetParent_20(id0); } - - private native long GetRoot_21(); - public vtkXMLDataElement GetRoot() { - long temp = GetRoot_21(); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetNumberOfNestedElements_22(); - public int GetNumberOfNestedElements() - { return GetNumberOfNestedElements_22(); } - - private native long GetNestedElement_23(int id0); - public vtkXMLDataElement GetNestedElement(int id0) { - long temp = GetNestedElement_23(id0); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void AddNestedElement_24(vtkXMLDataElement id0); - public void AddNestedElement(vtkXMLDataElement id0) - { AddNestedElement_24(id0); } - - private native void RemoveNestedElement_25(vtkXMLDataElement id0); - public void RemoveNestedElement(vtkXMLDataElement id0) - { RemoveNestedElement_25(id0); } - - private native void RemoveAllNestedElements_26(); - public void RemoveAllNestedElements() - { RemoveAllNestedElements_26(); } - - private native long FindNestedElement_27(String id0); - public vtkXMLDataElement FindNestedElement(String id0) { - long temp = FindNestedElement_27(id0); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long FindNestedElementWithName_28(String id0); - public vtkXMLDataElement FindNestedElementWithName(String id0) { - long temp = FindNestedElementWithName_28(id0); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long FindNestedElementWithNameAndId_29(String id0,String id1); - public vtkXMLDataElement FindNestedElementWithNameAndId(String id0,String id1) { - long temp = FindNestedElementWithNameAndId_29(id0,id1); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long FindNestedElementWithNameAndAttribute_30(String id0,String id1,String id2); - public vtkXMLDataElement FindNestedElementWithNameAndAttribute(String id0,String id1,String id2) { - long temp = FindNestedElementWithNameAndAttribute_30(id0,id1,id2); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long LookupElementWithName_31(String id0); - public vtkXMLDataElement LookupElementWithName(String id0) { - long temp = LookupElementWithName_31(id0); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long LookupElement_32(String id0); - public vtkXMLDataElement LookupElement(String id0) { - long temp = LookupElement_32(id0); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetXMLByteIndex_33(); - public int GetXMLByteIndex() - { return GetXMLByteIndex_33(); } - - private native void SetXMLByteIndex_34(int id0); - public void SetXMLByteIndex(int id0) - { SetXMLByteIndex_34(id0); } - - private native int IsEqualTo_35(vtkXMLDataElement id0); - public int IsEqualTo(vtkXMLDataElement id0) - { return IsEqualTo_35(id0); } - - private native void DeepCopy_36(vtkXMLDataElement id0); - public void DeepCopy(vtkXMLDataElement id0) - { DeepCopy_36(id0); } - - private native void SetAttributeEncoding_37(int id0); - public void SetAttributeEncoding(int id0) - { SetAttributeEncoding_37(id0); } - - private native int GetAttributeEncodingMinValue_38(); - public int GetAttributeEncodingMinValue() - { return GetAttributeEncodingMinValue_38(); } - - private native int GetAttributeEncodingMaxValue_39(); - public int GetAttributeEncodingMaxValue() - { return GetAttributeEncodingMaxValue_39(); } - - private native int GetAttributeEncoding_40(); - public int GetAttributeEncoding() - { return GetAttributeEncoding_40(); } - - private native void PrintXML_41(String id0); - public void PrintXML(String id0) - { PrintXML_41(id0); } - - private native int GetCharacterDataWidth_42(); - public int GetCharacterDataWidth() - { return GetCharacterDataWidth_42(); } - - private native void SetCharacterDataWidth_43(int id0); - public void SetCharacterDataWidth(int id0) - { SetCharacterDataWidth_43(id0); } - - public vtkXMLDataElement() { super(); } - - public vtkXMLDataElement(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkXMLDataElement object +// + +package vtk; +import vtk.*; + +public class vtkXMLDataElement 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 String GetName_2(); + public String GetName() + { return GetName_2(); } + + private native void SetName_3(String id0); + public void SetName(String id0) + { SetName_3(id0); } + + private native String GetId_4(); + public String GetId() + { return GetId_4(); } + + private native void SetId_5(String id0); + public void SetId(String id0) + { SetId_5(id0); } + + private native String GetAttribute_6(String id0); + public String GetAttribute(String id0) + { return GetAttribute_6(id0); } + + private native void SetAttribute_7(String id0,String id1); + public void SetAttribute(String id0,String id1) + { SetAttribute_7(id0,id1); } + + private native void SetCharacterData_8(String id0,int id1); + public void SetCharacterData(String id0,int id1) + { SetCharacterData_8(id0,id1); } + + private native String GetCharacterData_9(); + public String GetCharacterData() + { return GetCharacterData_9(); } + + private native void SetIntAttribute_10(String id0,int id1); + public void SetIntAttribute(String id0,int id1) + { SetIntAttribute_10(id0,id1); } + + private native void SetFloatAttribute_11(String id0,double id1); + public void SetFloatAttribute(String id0,double id1) + { SetFloatAttribute_11(id0,id1); } + + private native void SetDoubleAttribute_12(String id0,double id1); + public void SetDoubleAttribute(String id0,double id1) + { SetDoubleAttribute_12(id0,id1); } + + private native void SetUnsignedLongAttribute_13(String id0,int id1); + public void SetUnsignedLongAttribute(String id0,int id1) + { SetUnsignedLongAttribute_13(id0,id1); } + + private native int GetNumberOfAttributes_14(); + public int GetNumberOfAttributes() + { return GetNumberOfAttributes_14(); } + + private native String GetAttributeName_15(int id0); + public String GetAttributeName(int id0) + { return GetAttributeName_15(id0); } + + private native String GetAttributeValue_16(int id0); + public String GetAttributeValue(int id0) + { return GetAttributeValue_16(id0); } + + private native void RemoveAttribute_17(String id0); + public void RemoveAttribute(String id0) + { RemoveAttribute_17(id0); } + + private native void RemoveAllAttributes_18(); + public void RemoveAllAttributes() + { RemoveAllAttributes_18(); } + + private native long GetParent_19(); + public vtkXMLDataElement GetParent() { + long temp = GetParent_19(); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetParent_20(vtkXMLDataElement id0); + public void SetParent(vtkXMLDataElement id0) + { SetParent_20(id0); } + + private native long GetRoot_21(); + public vtkXMLDataElement GetRoot() { + long temp = GetRoot_21(); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetNumberOfNestedElements_22(); + public int GetNumberOfNestedElements() + { return GetNumberOfNestedElements_22(); } + + private native long GetNestedElement_23(int id0); + public vtkXMLDataElement GetNestedElement(int id0) { + long temp = GetNestedElement_23(id0); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void AddNestedElement_24(vtkXMLDataElement id0); + public void AddNestedElement(vtkXMLDataElement id0) + { AddNestedElement_24(id0); } + + private native void RemoveNestedElement_25(vtkXMLDataElement id0); + public void RemoveNestedElement(vtkXMLDataElement id0) + { RemoveNestedElement_25(id0); } + + private native void RemoveAllNestedElements_26(); + public void RemoveAllNestedElements() + { RemoveAllNestedElements_26(); } + + private native long FindNestedElement_27(String id0); + public vtkXMLDataElement FindNestedElement(String id0) { + long temp = FindNestedElement_27(id0); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long FindNestedElementWithName_28(String id0); + public vtkXMLDataElement FindNestedElementWithName(String id0) { + long temp = FindNestedElementWithName_28(id0); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long FindNestedElementWithNameAndId_29(String id0,String id1); + public vtkXMLDataElement FindNestedElementWithNameAndId(String id0,String id1) { + long temp = FindNestedElementWithNameAndId_29(id0,id1); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long FindNestedElementWithNameAndAttribute_30(String id0,String id1,String id2); + public vtkXMLDataElement FindNestedElementWithNameAndAttribute(String id0,String id1,String id2) { + long temp = FindNestedElementWithNameAndAttribute_30(id0,id1,id2); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long LookupElementWithName_31(String id0); + public vtkXMLDataElement LookupElementWithName(String id0) { + long temp = LookupElementWithName_31(id0); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long LookupElement_32(String id0); + public vtkXMLDataElement LookupElement(String id0) { + long temp = LookupElement_32(id0); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetXMLByteIndex_33(); + public int GetXMLByteIndex() + { return GetXMLByteIndex_33(); } + + private native void SetXMLByteIndex_34(int id0); + public void SetXMLByteIndex(int id0) + { SetXMLByteIndex_34(id0); } + + private native int IsEqualTo_35(vtkXMLDataElement id0); + public int IsEqualTo(vtkXMLDataElement id0) + { return IsEqualTo_35(id0); } + + private native void DeepCopy_36(vtkXMLDataElement id0); + public void DeepCopy(vtkXMLDataElement id0) + { DeepCopy_36(id0); } + + private native void SetAttributeEncoding_37(int id0); + public void SetAttributeEncoding(int id0) + { SetAttributeEncoding_37(id0); } + + private native int GetAttributeEncodingMinValue_38(); + public int GetAttributeEncodingMinValue() + { return GetAttributeEncodingMinValue_38(); } + + private native int GetAttributeEncodingMaxValue_39(); + public int GetAttributeEncodingMaxValue() + { return GetAttributeEncodingMaxValue_39(); } + + private native int GetAttributeEncoding_40(); + public int GetAttributeEncoding() + { return GetAttributeEncoding_40(); } + + private native void PrintXML_41(String id0); + public void PrintXML(String id0) + { PrintXML_41(id0); } + + private native int GetCharacterDataWidth_42(); + public int GetCharacterDataWidth() + { return GetCharacterDataWidth_42(); } + + private native void SetCharacterDataWidth_43(int id0); + public void SetCharacterDataWidth(int id0) + { SetCharacterDataWidth_43(id0); } + + public vtkXMLDataElement() { super(); } + + public vtkXMLDataElement(long id) { super(id); } + public native long VTKInit(); + +}