]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPiecewisePointHandleItem.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPiecewisePointHandleItem.java
1 // java wrapper for vtkPiecewisePointHandleItem object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPiecewisePointHandleItem extends vtkContextItem
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 SetParent_2(vtkAbstractContextItem id0);
19   public void SetParent(vtkAbstractContextItem id0)
20     { SetParent_2(id0); }
21
22   private native boolean Paint_3(vtkContext2D id0);
23   public boolean Paint(vtkContext2D id0)
24     { return Paint_3(id0); }
25
26   private native void SetCurrentPointIndex_4(int id0);
27   public void SetCurrentPointIndex(int id0)
28     { SetCurrentPointIndex_4(id0); }
29
30   private native int GetCurrentPointIndex_5();
31   public int GetCurrentPointIndex()
32     { return GetCurrentPointIndex_5(); }
33
34   private native void SetPiecewiseFunction_6(vtkPiecewiseFunction id0);
35   public void SetPiecewiseFunction(vtkPiecewiseFunction id0)
36     { SetPiecewiseFunction_6(id0); }
37
38   public vtkPiecewisePointHandleItem() { super(); }
39
40   public vtkPiecewisePointHandleItem(long id) { super(id); }
41   public native long   VTKInit();
42
43 }