]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLassoStencilSource.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLassoStencilSource.java
1 // java wrapper for vtkLassoStencilSource object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLassoStencilSource extends vtkImageStencilSource
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 int GetShape_2();
19   public int GetShape()
20     { return GetShape_2(); }
21
22   private native void SetShape_3(int id0);
23   public void SetShape(int id0)
24     { SetShape_3(id0); }
25
26   private native int GetShapeMinValue_4();
27   public int GetShapeMinValue()
28     { return GetShapeMinValue_4(); }
29
30   private native int GetShapeMaxValue_5();
31   public int GetShapeMaxValue()
32     { return GetShapeMaxValue_5(); }
33
34   private native void SetShapeToPolygon_6();
35   public void SetShapeToPolygon()
36     { SetShapeToPolygon_6(); }
37
38   private native void SetShapeToSpline_7();
39   public void SetShapeToSpline()
40     { SetShapeToSpline_7(); }
41
42   private native String GetShapeAsString_8();
43   public String GetShapeAsString()
44     { return GetShapeAsString_8(); }
45
46   private native void SetPoints_9(vtkPoints id0);
47   public void SetPoints(vtkPoints id0)
48     { SetPoints_9(id0); }
49
50   private native long GetPoints_10();
51   public vtkPoints GetPoints() {
52     long temp = GetPoints_10();
53
54     if (temp == 0) return null;
55     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
56 }
57
58   private native int GetSliceOrientation_11();
59   public int GetSliceOrientation()
60     { return GetSliceOrientation_11(); }
61
62   private native void SetSliceOrientation_12(int id0);
63   public void SetSliceOrientation(int id0)
64     { SetSliceOrientation_12(id0); }
65
66   private native int GetSliceOrientationMinValue_13();
67   public int GetSliceOrientationMinValue()
68     { return GetSliceOrientationMinValue_13(); }
69
70   private native int GetSliceOrientationMaxValue_14();
71   public int GetSliceOrientationMaxValue()
72     { return GetSliceOrientationMaxValue_14(); }
73
74   private native void SetSlicePoints_15(int id0,vtkPoints id1);
75   public void SetSlicePoints(int id0,vtkPoints id1)
76     { SetSlicePoints_15(id0,id1); }
77
78   private native long GetSlicePoints_16(int id0);
79   public vtkPoints GetSlicePoints(int id0) {
80     long temp = GetSlicePoints_16(id0);
81
82     if (temp == 0) return null;
83     return (vtkPoints)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
84 }
85
86   private native void RemoveAllSlicePoints_17();
87   public void RemoveAllSlicePoints()
88     { RemoveAllSlicePoints_17(); }
89
90   private native int GetMTime_18();
91   public int GetMTime()
92     { return GetMTime_18(); }
93
94   public vtkLassoStencilSource() { super(); }
95
96   public vtkLassoStencilSource(long id) { super(id); }
97   public native long   VTKInit();
98
99 }