]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageStencil.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkImageStencil.java
1 // java wrapper for vtkImageStencil object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkImageStencil extends vtkThreadedImageAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetStencil_2(vtkImageStencilData id0);\r
19   public void SetStencil(vtkImageStencilData id0)\r
20     { SetStencil_2(id0); }\r
21 \r
22   private native long GetStencil_3();\r
23   public vtkImageStencilData GetStencil() {\r
24     long temp = GetStencil_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkImageStencilData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetReverseStencil_4(int id0);\r
31   public void SetReverseStencil(int id0)\r
32     { SetReverseStencil_4(id0); }\r
33 \r
34   private native void ReverseStencilOn_5();\r
35   public void ReverseStencilOn()\r
36     { ReverseStencilOn_5(); }\r
37 \r
38   private native void ReverseStencilOff_6();\r
39   public void ReverseStencilOff()\r
40     { ReverseStencilOff_6(); }\r
41 \r
42   private native int GetReverseStencil_7();\r
43   public int GetReverseStencil()\r
44     { return GetReverseStencil_7(); }\r
45 \r
46   private native void SetBackgroundInput_8(vtkImageData id0);\r
47   public void SetBackgroundInput(vtkImageData id0)\r
48     { SetBackgroundInput_8(id0); }\r
49 \r
50   private native long GetBackgroundInput_9();\r
51   public vtkImageData GetBackgroundInput() {\r
52     long temp = GetBackgroundInput_9();\r
53 \r
54     if (temp == 0) return null;\r
55     return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
56   }\r
57 \r
58   private native void SetBackgroundValue_10(double id0);\r
59   public void SetBackgroundValue(double id0)\r
60     { SetBackgroundValue_10(id0); }\r
61 \r
62   private native double GetBackgroundValue_11();\r
63   public double GetBackgroundValue()\r
64     { return GetBackgroundValue_11(); }\r
65 \r
66   private native void SetBackgroundColor_12(double id0,double id1,double id2,double id3);\r
67   public void SetBackgroundColor(double id0,double id1,double id2,double id3)\r
68     { SetBackgroundColor_12(id0,id1,id2,id3); }\r
69 \r
70   private native void SetBackgroundColor_13(double id0[]);\r
71   public void SetBackgroundColor(double id0[])\r
72     { SetBackgroundColor_13(id0); }\r
73 \r
74   private native double[] GetBackgroundColor_14();\r
75   public double[] GetBackgroundColor()\r
76     { return GetBackgroundColor_14(); }\r
77 \r
78   public vtkImageStencil() { super(); }\r
79 \r
80   public vtkImageStencil(long id) { super(id); }\r
81   public native long   VTKInit();\r
82 \r
83 }\r