]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageSlab.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkImageSlab.java
1 // java wrapper for vtkImageSlab object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageSlab extends vtkThreadedImageAlgorithm
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 SetOrientation_2(int id0);
19   public void SetOrientation(int id0)
20     { SetOrientation_2(id0); }
21
22   private native int GetOrientationMinValue_3();
23   public int GetOrientationMinValue()
24     { return GetOrientationMinValue_3(); }
25
26   private native int GetOrientationMaxValue_4();
27   public int GetOrientationMaxValue()
28     { return GetOrientationMaxValue_4(); }
29
30   private native void SetOrientationToX_5();
31   public void SetOrientationToX()
32     { SetOrientationToX_5(); }
33
34   private native void SetOrientationToY_6();
35   public void SetOrientationToY()
36     { SetOrientationToY_6(); }
37
38   private native void SetOrientationToZ_7();
39   public void SetOrientationToZ()
40     { SetOrientationToZ_7(); }
41
42   private native int GetOrientation_8();
43   public int GetOrientation()
44     { return GetOrientation_8(); }
45
46   private native void SetSliceRange_9(int id0,int id1);
47   public void SetSliceRange(int id0,int id1)
48     { SetSliceRange_9(id0,id1); }
49
50   private native void SetSliceRange_10(int id0[]);
51   public void SetSliceRange(int id0[])
52     { SetSliceRange_10(id0); }
53
54   private native int[]  GetSliceRange_11();
55   public int[]  GetSliceRange()
56     { return GetSliceRange_11(); }
57
58   private native void SetOperation_12(int id0);
59   public void SetOperation(int id0)
60     { SetOperation_12(id0); }
61
62   private native int GetOperationMinValue_13();
63   public int GetOperationMinValue()
64     { return GetOperationMinValue_13(); }
65
66   private native int GetOperationMaxValue_14();
67   public int GetOperationMaxValue()
68     { return GetOperationMaxValue_14(); }
69
70   private native void SetOperationToMin_15();
71   public void SetOperationToMin()
72     { SetOperationToMin_15(); }
73
74   private native void SetOperationToMax_16();
75   public void SetOperationToMax()
76     { SetOperationToMax_16(); }
77
78   private native void SetOperationToMean_17();
79   public void SetOperationToMean()
80     { SetOperationToMean_17(); }
81
82   private native void SetOperationToSum_18();
83   public void SetOperationToSum()
84     { SetOperationToSum_18(); }
85
86   private native int GetOperation_19();
87   public int GetOperation()
88     { return GetOperation_19(); }
89
90   private native String GetOperationAsString_20();
91   public String GetOperationAsString()
92     { return GetOperationAsString_20(); }
93
94   private native void SetTrapezoidIntegration_21(int id0);
95   public void SetTrapezoidIntegration(int id0)
96     { SetTrapezoidIntegration_21(id0); }
97
98   private native void TrapezoidIntegrationOn_22();
99   public void TrapezoidIntegrationOn()
100     { TrapezoidIntegrationOn_22(); }
101
102   private native void TrapezoidIntegrationOff_23();
103   public void TrapezoidIntegrationOff()
104     { TrapezoidIntegrationOff_23(); }
105
106   private native int GetTrapezoidIntegration_24();
107   public int GetTrapezoidIntegration()
108     { return GetTrapezoidIntegration_24(); }
109
110   private native void SetMultiSliceOutput_25(int id0);
111   public void SetMultiSliceOutput(int id0)
112     { SetMultiSliceOutput_25(id0); }
113
114   private native void MultiSliceOutputOn_26();
115   public void MultiSliceOutputOn()
116     { MultiSliceOutputOn_26(); }
117
118   private native void MultiSliceOutputOff_27();
119   public void MultiSliceOutputOff()
120     { MultiSliceOutputOff_27(); }
121
122   private native int GetMultiSliceOutput_28();
123   public int GetMultiSliceOutput()
124     { return GetMultiSliceOutput_28(); }
125
126   private native void SetOutputScalarTypeToFloat_29();
127   public void SetOutputScalarTypeToFloat()
128     { SetOutputScalarTypeToFloat_29(); }
129
130   private native void SetOutputScalarTypeToDouble_30();
131   public void SetOutputScalarTypeToDouble()
132     { SetOutputScalarTypeToDouble_30(); }
133
134   private native void SetOutputScalarTypeToInputScalarType_31();
135   public void SetOutputScalarTypeToInputScalarType()
136     { SetOutputScalarTypeToInputScalarType_31(); }
137
138   private native int GetOutputScalarType_32();
139   public int GetOutputScalarType()
140     { return GetOutputScalarType_32(); }
141
142   public vtkImageSlab() { super(); }
143
144   public vtkImageSlab(long id) { super(id); }
145   public native long   VTKInit();
146
147 }