]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkColorTransferControlPointsItem.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkColorTransferControlPointsItem.java
1 // java wrapper for vtkColorTransferControlPointsItem object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkColorTransferControlPointsItem extends vtkControlPointsItem
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 SetColorTransferFunction_2(vtkColorTransferFunction id0);
19   public void SetColorTransferFunction(vtkColorTransferFunction id0)
20     { SetColorTransferFunction_2(id0); }
21
22   private native long GetColorTransferFunction_3();
23   public vtkColorTransferFunction GetColorTransferFunction() {
24     long temp = GetColorTransferFunction_3();
25
26     if (temp == 0) return null;
27     return (vtkColorTransferFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native int GetNumberOfPoints_4();
31   public int GetNumberOfPoints()
32     { return GetNumberOfPoints_4(); }
33
34   private native void SetColorFill_5(boolean id0);
35   public void SetColorFill(boolean id0)
36     { SetColorFill_5(id0); }
37
38   private native boolean GetColorFill_6();
39   public boolean GetColorFill()
40     { return GetColorFill_6(); }
41
42   public vtkColorTransferControlPointsItem() { super(); }
43
44   public vtkColorTransferControlPointsItem(long id) { super(id); }
45   public native long   VTKInit();
46
47 }