X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLongArray.java;h=8f6062e8960c629f2cedb6b03642766b1863e4ac;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=9775e531502f70c283d79826604b4f63f3801da9;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLongArray.java b/vtk/src/vtk/vtkLongArray.java index 9775e531..8f6062e8 100644 --- a/vtk/src/vtk/vtkLongArray.java +++ b/vtk/src/vtk/vtkLongArray.java @@ -1,79 +1,79 @@ -// java wrapper for vtkLongArray object -// - -package vtk; -import vtk.*; - -public class vtkLongArray extends vtkDataArray -{ - - 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 int GetDataType_2(); - public int GetDataType() - { return GetDataType_2(); } - - private native int GetValue_3(int id0); - public int GetValue(int id0) - { return GetValue_3(id0); } - - private native void SetValue_4(int id0,int id1); - public void SetValue(int id0,int id1) - { SetValue_4(id0,id1); } - - private native void SetNumberOfValues_5(int id0); - public void SetNumberOfValues(int id0) - { SetNumberOfValues_5(id0); } - - private native void InsertValue_6(int id0,int id1); - public void InsertValue(int id0,int id1) - { InsertValue_6(id0,id1); } - - private native int InsertNextValue_7(int id0); - public int InsertNextValue(int id0) - { return InsertNextValue_7(id0); } - - private native int[] GetValueRange_8(int id0); - public int[] GetValueRange(int id0) - { return GetValueRange_8(id0); } - - private native void GetValueRange_9(int id0[],int id1); - public void GetValueRange(int id0[],int id1) - { GetValueRange_9(id0,id1); } - - private native int[] GetValueRange_10(); - public int[] GetValueRange() - { return GetValueRange_10(); } - - private native void GetValueRange_11(int id0[]); - public void GetValueRange(int id0[]) - { GetValueRange_11(id0); } - - private native int GetDataTypeValueMin_12(); - public int GetDataTypeValueMin() - { return GetDataTypeValueMin_12(); } - - private native int GetDataTypeValueMax_13(); - public int GetDataTypeValueMax() - { return GetDataTypeValueMax_13(); } - - private native long[] GetJavaArray_0(); - public long[] GetJavaArray() - { return GetJavaArray_0(); } - - private native void SetJavaArray_0(long[] arr); - public void SetJavaArray(long[] arr) - { SetJavaArray_0(arr); } - - public vtkLongArray() { super(); } - - public vtkLongArray(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLongArray object +// + +package vtk; +import vtk.*; + +public class vtkLongArray extends vtkDataArray +{ + + 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 int GetDataType_2(); + public int GetDataType() + { return GetDataType_2(); } + + private native int GetValue_3(int id0); + public int GetValue(int id0) + { return GetValue_3(id0); } + + private native void SetValue_4(int id0,int id1); + public void SetValue(int id0,int id1) + { SetValue_4(id0,id1); } + + private native void SetNumberOfValues_5(int id0); + public void SetNumberOfValues(int id0) + { SetNumberOfValues_5(id0); } + + private native void InsertValue_6(int id0,int id1); + public void InsertValue(int id0,int id1) + { InsertValue_6(id0,id1); } + + private native int InsertNextValue_7(int id0); + public int InsertNextValue(int id0) + { return InsertNextValue_7(id0); } + + private native int[] GetValueRange_8(int id0); + public int[] GetValueRange(int id0) + { return GetValueRange_8(id0); } + + private native int[] GetValueRange_9(); + public int[] GetValueRange() + { return GetValueRange_9(); } + + private native long FastDownCast_10(vtkAbstractArray id0); + public vtkLongArray FastDownCast(vtkAbstractArray id0) { + long temp = FastDownCast_10(id0); + + if (temp == 0) return null; + return (vtkLongArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetDataTypeValueMin_11(); + public int GetDataTypeValueMin() + { return GetDataTypeValueMin_11(); } + + private native int GetDataTypeValueMax_12(); + public int GetDataTypeValueMax() + { return GetDataTypeValueMax_12(); } + + private native long[] GetJavaArray_0(); + public long[] GetJavaArray() + { return GetJavaArray_0(); } + + private native void SetJavaArray_0(long[] arr); + public void SetJavaArray(long[] arr) + { SetJavaArray_0(arr); } + + public vtkLongArray() { super(); } + + public vtkLongArray(long id) { super(id); } + public native long VTKInit(); + +}