X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStructuredPointsCollection.java;h=91d24e0f4283b09a69c26bbd3908f18628df2374;hb=b93886889422a3111b05a6944b3bcb2cdd8c416a;hp=8895544ea8ccb896decffe0407145cac3f013073;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStructuredPointsCollection.java b/vtk/src/vtk/vtkStructuredPointsCollection.java index 8895544e..91d24e0f 100644 --- a/vtk/src/vtk/vtkStructuredPointsCollection.java +++ b/vtk/src/vtk/vtkStructuredPointsCollection.java @@ -1,35 +1,35 @@ -// java wrapper for vtkStructuredPointsCollection object -// - -package vtk; -import vtk.*; - -public class vtkStructuredPointsCollection 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(vtkStructuredPoints id0); - public void AddItem(vtkStructuredPoints id0) - { AddItem_2(id0); } - - private native long GetNextItem_3(); - public vtkStructuredPoints GetNextItem() { - long temp = GetNextItem_3(); - - if (temp == 0) return null; - return (vtkStructuredPoints)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkStructuredPointsCollection() { super(); } - - public vtkStructuredPointsCollection(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkStructuredPointsCollection object +// + +package vtk; +import vtk.*; + +public class vtkStructuredPointsCollection 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(vtkStructuredPoints id0); + public void AddItem(vtkStructuredPoints id0) + { AddItem_2(id0); } + + private native long GetNextItem_3(); + public vtkStructuredPoints GetNextItem() { + long temp = GetNextItem_3(); + + if (temp == 0) return null; + return (vtkStructuredPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkStructuredPointsCollection() { super(); } + + public vtkStructuredPointsCollection(long id) { super(id); } + public native long VTKInit(); + +}