]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkVolumePicker.java
Remove dependencies on log4j
[simantics/3d.git] / vtk / src / vtk / vtkVolumePicker.java
1 // java wrapper for vtkVolumePicker object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkVolumePicker extends vtkCellPicker
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 SetPickCroppingPlanes_2(int id0);
19   public void SetPickCroppingPlanes(int id0)
20     { SetPickCroppingPlanes_2(id0); }
21
22   private native void PickCroppingPlanesOn_3();
23   public void PickCroppingPlanesOn()
24     { PickCroppingPlanesOn_3(); }
25
26   private native void PickCroppingPlanesOff_4();
27   public void PickCroppingPlanesOff()
28     { PickCroppingPlanesOff_4(); }
29
30   private native int GetPickCroppingPlanes_5();
31   public int GetPickCroppingPlanes()
32     { return GetPickCroppingPlanes_5(); }
33
34   private native int GetCroppingPlaneId_6();
35   public int GetCroppingPlaneId()
36     { return GetCroppingPlaneId_6(); }
37
38   public vtkVolumePicker() { super(); }
39
40   public vtkVolumePicker(long id) { super(id); }
41   public native long   VTKInit();
42
43 }