]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkUnstructuredGridVolumeRayCastIterator.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkUnstructuredGridVolumeRayCastIterator.java
1 // java wrapper for vtkUnstructuredGridVolumeRayCastIterator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkUnstructuredGridVolumeRayCastIterator extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void Initialize_2(int id0,int id1);
19   public void Initialize(int id0,int id1)
20     { Initialize_2(id0,id1); }
21
22   private native int GetNextIntersections_3(vtkIdList id0,vtkDoubleArray id1,vtkDataArray id2,vtkDataArray id3,vtkDataArray id4);
23   public int GetNextIntersections(vtkIdList id0,vtkDoubleArray id1,vtkDataArray id2,vtkDataArray id3,vtkDataArray id4)
24     { return GetNextIntersections_3(id0,id1,id2,id3,id4); }
25
26   private native void SetBounds_4(double id0,double id1);
27   public void SetBounds(double id0,double id1)
28     { SetBounds_4(id0,id1); }
29
30   private native void SetBounds_5(double id0[]);
31   public void SetBounds(double id0[])
32     { SetBounds_5(id0); }
33
34   private native double[] GetBounds_6();
35   public double[] GetBounds()
36     { return GetBounds_6(); }
37
38   private native void SetMaxNumberOfIntersections_7(int id0);
39   public void SetMaxNumberOfIntersections(int id0)
40     { SetMaxNumberOfIntersections_7(id0); }
41
42   private native int GetMaxNumberOfIntersections_8();
43   public int GetMaxNumberOfIntersections()
44     { return GetMaxNumberOfIntersections_8(); }
45
46   public vtkUnstructuredGridVolumeRayCastIterator() { super(); }
47
48   public vtkUnstructuredGridVolumeRayCastIterator(long id) { super(id); }
49
50 }