// 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); } }