X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTransformCollection.java;h=4d522b2dd4b469c5209fe1677198b2996dda68b9;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=7e664441a1698926e7fb0af29a1d302a35a96910;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTransformCollection.java b/vtk/src/vtk/vtkTransformCollection.java index 7e664441..4d522b2d 100644 --- a/vtk/src/vtk/vtkTransformCollection.java +++ b/vtk/src/vtk/vtkTransformCollection.java @@ -1,35 +1,35 @@ -// java wrapper for vtkTransformCollection object -// - -package vtk; -import vtk.*; - -public class vtkTransformCollection extends vtkCollection -{ - - 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 void AddItem_2(vtkTransform id0); - public void AddItem(vtkTransform id0) - { AddItem_2(id0); } - - private native long GetNextItem_3(); - public vtkTransform GetNextItem() { - long temp = GetNextItem_3(); - - if (temp == 0) return null; - return (vtkTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkTransformCollection() { super(); } - - public vtkTransformCollection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTransformCollection object +// + +package vtk; +import vtk.*; + +public class vtkTransformCollection extends vtkCollection +{ + + 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 void AddItem_2(vtkTransform id0); + public void AddItem(vtkTransform id0) + { AddItem_2(id0); } + + private native long GetNextItem_3(); + public vtkTransform GetNextItem() { + long temp = GetNextItem_3(); + + if (temp == 0) return null; + return (vtkTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkTransformCollection() { super(); } + + public vtkTransformCollection(long id) { super(id); } + public native long VTKInit(); + +}