X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkUnstructuredGridVolumeRayCastIterator.java;h=4dc9b26280cd0850ad67df91a85c0c66301b635b;hb=064a7d0401dba71baae82737271620ca7bcb6bfa;hp=06f3a33c2a3a56aff0336c07a478d1797f72bfc2;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkUnstructuredGridVolumeRayCastIterator.java b/vtk/src/vtk/vtkUnstructuredGridVolumeRayCastIterator.java index 06f3a33c..4dc9b262 100644 --- a/vtk/src/vtk/vtkUnstructuredGridVolumeRayCastIterator.java +++ b/vtk/src/vtk/vtkUnstructuredGridVolumeRayCastIterator.java @@ -1,50 +1,50 @@ -// java wrapper for vtkUnstructuredGridVolumeRayCastIterator object -// - -package vtk; -import vtk.*; - -public class vtkUnstructuredGridVolumeRayCastIterator 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 void Initialize_2(int id0,int id1); - public void Initialize(int id0,int id1) - { Initialize_2(id0,id1); } - - private native int GetNextIntersections_3(vtkIdList id0,vtkDoubleArray id1,vtkDataArray id2,vtkDataArray id3,vtkDataArray id4); - public int GetNextIntersections(vtkIdList id0,vtkDoubleArray id1,vtkDataArray id2,vtkDataArray id3,vtkDataArray id4) - { return GetNextIntersections_3(id0,id1,id2,id3,id4); } - - private native void SetBounds_4(double id0,double id1); - public void SetBounds(double id0,double id1) - { SetBounds_4(id0,id1); } - - private native void SetBounds_5(double id0[]); - public void SetBounds(double id0[]) - { SetBounds_5(id0); } - - private native double[] GetBounds_6(); - public double[] GetBounds() - { return GetBounds_6(); } - - private native void SetMaxNumberOfIntersections_7(int id0); - public void SetMaxNumberOfIntersections(int id0) - { SetMaxNumberOfIntersections_7(id0); } - - private native int GetMaxNumberOfIntersections_8(); - public int GetMaxNumberOfIntersections() - { return GetMaxNumberOfIntersections_8(); } - - public vtkUnstructuredGridVolumeRayCastIterator() { super(); } - - public vtkUnstructuredGridVolumeRayCastIterator(long id) { super(id); } - -} +// java wrapper for vtkUnstructuredGridVolumeRayCastIterator object +// + +package vtk; +import vtk.*; + +public class vtkUnstructuredGridVolumeRayCastIterator 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 void Initialize_2(int id0,int id1); + public void Initialize(int id0,int id1) + { Initialize_2(id0,id1); } + + private native int GetNextIntersections_3(vtkIdList id0,vtkDoubleArray id1,vtkDataArray id2,vtkDataArray id3,vtkDataArray id4); + public int GetNextIntersections(vtkIdList id0,vtkDoubleArray id1,vtkDataArray id2,vtkDataArray id3,vtkDataArray id4) + { return GetNextIntersections_3(id0,id1,id2,id3,id4); } + + private native void SetBounds_4(double id0,double id1); + public void SetBounds(double id0,double id1) + { SetBounds_4(id0,id1); } + + private native void SetBounds_5(double id0[]); + public void SetBounds(double id0[]) + { SetBounds_5(id0); } + + private native double[] GetBounds_6(); + public double[] GetBounds() + { return GetBounds_6(); } + + private native void SetMaxNumberOfIntersections_7(int id0); + public void SetMaxNumberOfIntersections(int id0) + { SetMaxNumberOfIntersections_7(id0); } + + private native int GetMaxNumberOfIntersections_8(); + public int GetMaxNumberOfIntersections() + { return GetMaxNumberOfIntersections_8(); } + + public vtkUnstructuredGridVolumeRayCastIterator() { super(); } + + public vtkUnstructuredGridVolumeRayCastIterator(long id) { super(id); } + +}