X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkVoidArray.java;h=0fad64ebf69786572af0ab55be68bd50d686427c;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=66d939552b50aa144264e8ac27a787616360537a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkVoidArray.java b/vtk/src/vtk/vtkVoidArray.java index 66d93955..0fad64eb 100644 --- a/vtk/src/vtk/vtkVoidArray.java +++ b/vtk/src/vtk/vtkVoidArray.java @@ -1,59 +1,59 @@ -// java wrapper for vtkVoidArray object -// - -package vtk; -import vtk.*; - -public class vtkVoidArray 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 int Allocate_2(int id0,int id1); - public int Allocate(int id0,int id1) - { return Allocate_2(id0,id1); } - - private native void Initialize_3(); - public void Initialize() - { Initialize_3(); } - - private native int GetDataType_4(); - public int GetDataType() - { return GetDataType_4(); } - - private native int GetDataTypeSize_5(); - public int GetDataTypeSize() - { return GetDataTypeSize_5(); } - - private native void SetNumberOfPointers_6(int id0); - public void SetNumberOfPointers(int id0) - { SetNumberOfPointers_6(id0); } - - private native int GetNumberOfPointers_7(); - public int GetNumberOfPointers() - { return GetNumberOfPointers_7(); } - - private native void Reset_8(); - public void Reset() - { Reset_8(); } - - private native void Squeeze_9(); - public void Squeeze() - { Squeeze_9(); } - - private native void DeepCopy_10(vtkVoidArray id0); - public void DeepCopy(vtkVoidArray id0) - { DeepCopy_10(id0); } - - public vtkVoidArray() { super(); } - - public vtkVoidArray(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkVoidArray object +// + +package vtk; +import vtk.*; + +public class vtkVoidArray 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 int Allocate_2(int id0,int id1); + public int Allocate(int id0,int id1) + { return Allocate_2(id0,id1); } + + private native void Initialize_3(); + public void Initialize() + { Initialize_3(); } + + private native int GetDataType_4(); + public int GetDataType() + { return GetDataType_4(); } + + private native int GetDataTypeSize_5(); + public int GetDataTypeSize() + { return GetDataTypeSize_5(); } + + private native void SetNumberOfPointers_6(int id0); + public void SetNumberOfPointers(int id0) + { SetNumberOfPointers_6(id0); } + + private native int GetNumberOfPointers_7(); + public int GetNumberOfPointers() + { return GetNumberOfPointers_7(); } + + private native void Reset_8(); + public void Reset() + { Reset_8(); } + + private native void Squeeze_9(); + public void Squeeze() + { Squeeze_9(); } + + private native void DeepCopy_10(vtkVoidArray id0); + public void DeepCopy(vtkVoidArray id0) + { DeepCopy_10(id0); } + + public vtkVoidArray() { super(); } + + public vtkVoidArray(long id) { super(id); } + public native long VTKInit(); + +}