X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkXMLDataParser.java;h=06f05c256bfc9ab5f173d79bb3bdcbe406447e4a;hb=4890725c9b7e31540dd84a11e16d73c643402a17;hp=4bf32c268e353a100de021109987d4d350889fc1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkXMLDataParser.java b/vtk/src/vtk/vtkXMLDataParser.java index 4bf32c26..06f05c25 100644 --- a/vtk/src/vtk/vtkXMLDataParser.java +++ b/vtk/src/vtk/vtkXMLDataParser.java @@ -1,87 +1,87 @@ -// java wrapper for vtkXMLDataParser object -// - -package vtk; -import vtk.*; - -public class vtkXMLDataParser extends vtkXMLParser -{ - - 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 long GetRootElement_2(); - public vtkXMLDataElement GetRootElement() { - long temp = GetRootElement_2(); - - if (temp == 0) return null; - return (vtkXMLDataElement)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetCompressor_3(vtkDataCompressor id0); - public void SetCompressor(vtkDataCompressor id0) - { SetCompressor_3(id0); } - - private native long GetCompressor_4(); - public vtkDataCompressor GetCompressor() { - long temp = GetCompressor_4(); - - if (temp == 0) return null; - return (vtkDataCompressor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetWordTypeSize_5(int id0); - public int GetWordTypeSize(int id0) - { return GetWordTypeSize_5(id0); } - - private native int Parse_6(); - public int Parse() - { return Parse_6(); } - - private native int GetAbort_7(); - public int GetAbort() - { return GetAbort_7(); } - - private native void SetAbort_8(int id0); - public void SetAbort(int id0) - { SetAbort_8(id0); } - - private native double GetProgress_9(); - public double GetProgress() - { return GetProgress_9(); } - - private native void SetProgress_10(double id0); - public void SetProgress(double id0) - { SetProgress_10(id0); } - - private native void SetAttributesEncoding_11(int id0); - public void SetAttributesEncoding(int id0) - { SetAttributesEncoding_11(id0); } - - private native int GetAttributesEncodingMinValue_12(); - public int GetAttributesEncodingMinValue() - { return GetAttributesEncodingMinValue_12(); } - - private native int GetAttributesEncodingMaxValue_13(); - public int GetAttributesEncodingMaxValue() - { return GetAttributesEncodingMaxValue_13(); } - - private native int GetAttributesEncoding_14(); - public int GetAttributesEncoding() - { return GetAttributesEncoding_14(); } - - private native void CharacterDataHandler_15(String id0,int id1); - public void CharacterDataHandler(String id0,int id1) - { CharacterDataHandler_15(id0,id1); } - - public vtkXMLDataParser() { super(); } - - public vtkXMLDataParser(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkXMLDataParser object +// + +package vtk; +import vtk.*; + +public class vtkXMLDataParser extends vtkXMLParser +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native long GetRootElement_2(); + public vtkXMLDataElement GetRootElement() { + long temp = GetRootElement_2(); + + if (temp == 0) return null; + return (vtkXMLDataElement)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetCompressor_3(vtkDataCompressor id0); + public void SetCompressor(vtkDataCompressor id0) + { SetCompressor_3(id0); } + + private native long GetCompressor_4(); + public vtkDataCompressor GetCompressor() { + long temp = GetCompressor_4(); + + if (temp == 0) return null; + return (vtkDataCompressor)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int Parse_5(); + public int Parse() + { return Parse_5(); } + + private native int GetAbort_6(); + public int GetAbort() + { return GetAbort_6(); } + + private native void SetAbort_7(int id0); + public void SetAbort(int id0) + { SetAbort_7(id0); } + + private native double GetProgress_8(); + public double GetProgress() + { return GetProgress_8(); } + + private native void SetProgress_9(double id0); + public void SetProgress(double id0) + { SetProgress_9(id0); } + + private native void SetAttributesEncoding_10(int id0); + public void SetAttributesEncoding(int id0) + { SetAttributesEncoding_10(id0); } + + private native int GetAttributesEncodingMinValue_11(); + public int GetAttributesEncodingMinValue() + { return GetAttributesEncodingMinValue_11(); } + + private native int GetAttributesEncodingMaxValue_12(); + public int GetAttributesEncodingMaxValue() + { return GetAttributesEncodingMaxValue_12(); } + + private native int GetAttributesEncoding_13(); + public int GetAttributesEncoding() + { return GetAttributesEncoding_13(); } + + private native void CharacterDataHandler_14(String id0,int id1); + public void CharacterDataHandler(String id0,int id1) + { CharacterDataHandler_14(id0,id1); } + + private native int GetAppendedDataPosition_15(); + public int GetAppendedDataPosition() + { return GetAppendedDataPosition_15(); } + + public vtkXMLDataParser() { super(); } + + public vtkXMLDataParser(long id) { super(id); } + public native long VTKInit(); + +}