X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInformationIntegerPointerKey.java;h=a5fd10b3809be4c0767e5fe7561876f964db1e03;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=556722c1e5d7e8fc839793a60bd462161701c24b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInformationIntegerPointerKey.java b/vtk/src/vtk/vtkInformationIntegerPointerKey.java index 556722c1..a5fd10b3 100644 --- a/vtk/src/vtk/vtkInformationIntegerPointerKey.java +++ b/vtk/src/vtk/vtkInformationIntegerPointerKey.java @@ -1,30 +1,30 @@ -// java wrapper for vtkInformationIntegerPointerKey object -// - -package vtk; -import vtk.*; - -public class vtkInformationIntegerPointerKey extends vtkInformationKey -{ - - 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 Length_2(vtkInformation id0); - public int Length(vtkInformation id0) - { return Length_2(id0); } - - private native void ShallowCopy_3(vtkInformation id0,vtkInformation id1); - public void ShallowCopy(vtkInformation id0,vtkInformation id1) - { ShallowCopy_3(id0,id1); } - - public vtkInformationIntegerPointerKey() { super(); } - - public vtkInformationIntegerPointerKey(long id) { super(id); } - -} +// java wrapper for vtkInformationIntegerPointerKey object +// + +package vtk; +import vtk.*; + +public class vtkInformationIntegerPointerKey extends vtkInformationKey +{ + + 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 Length_2(vtkInformation id0); + public int Length(vtkInformation id0) + { return Length_2(id0); } + + private native void ShallowCopy_3(vtkInformation id0,vtkInformation id1); + public void ShallowCopy(vtkInformation id0,vtkInformation id1) + { ShallowCopy_3(id0,id1); } + + public vtkInformationIntegerPointerKey() { super(); } + + public vtkInformationIntegerPointerKey(long id) { super(id); } + +}