]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkImageAccumulate.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkImageAccumulate.java
1 // java wrapper for vtkImageAccumulate object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkImageAccumulate extends vtkImageAlgorithm
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 SetComponentSpacing_2(double id0,double id1,double id2);
19   public void SetComponentSpacing(double id0,double id1,double id2)
20     { SetComponentSpacing_2(id0,id1,id2); }
21
22   private native void SetComponentSpacing_3(double id0[]);
23   public void SetComponentSpacing(double id0[])
24     { SetComponentSpacing_3(id0); }
25
26   private native double[] GetComponentSpacing_4();
27   public double[] GetComponentSpacing()
28     { return GetComponentSpacing_4(); }
29
30   private native void SetComponentOrigin_5(double id0,double id1,double id2);
31   public void SetComponentOrigin(double id0,double id1,double id2)
32     { SetComponentOrigin_5(id0,id1,id2); }
33
34   private native void SetComponentOrigin_6(double id0[]);
35   public void SetComponentOrigin(double id0[])
36     { SetComponentOrigin_6(id0); }
37
38   private native double[] GetComponentOrigin_7();
39   public double[] GetComponentOrigin()
40     { return GetComponentOrigin_7(); }
41
42   private native void SetComponentExtent_8(int id0[]);
43   public void SetComponentExtent(int id0[])
44     { SetComponentExtent_8(id0); }
45
46   private native void SetComponentExtent_9(int id0,int id1,int id2,int id3,int id4,int id5);
47   public void SetComponentExtent(int id0,int id1,int id2,int id3,int id4,int id5)
48     { SetComponentExtent_9(id0,id1,id2,id3,id4,id5); }
49
50   private native void GetComponentExtent_10(int id0[]);
51   public void GetComponentExtent(int id0[])
52     { GetComponentExtent_10(id0); }
53
54   private native int[]  GetComponentExtent_11();
55   public int[]  GetComponentExtent()
56     { return GetComponentExtent_11(); }
57
58   private native void SetStencilData_12(vtkImageStencilData id0);
59   public void SetStencilData(vtkImageStencilData id0)
60     { SetStencilData_12(id0); }
61
62   private native long GetStencil_13();
63   public vtkImageStencilData GetStencil() {
64     long temp = GetStencil_13();
65
66     if (temp == 0) return null;
67     return (vtkImageStencilData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
68 }
69
70   private native void SetReverseStencil_14(int id0);
71   public void SetReverseStencil(int id0)
72     { SetReverseStencil_14(id0); }
73
74   private native int GetReverseStencilMinValue_15();
75   public int GetReverseStencilMinValue()
76     { return GetReverseStencilMinValue_15(); }
77
78   private native int GetReverseStencilMaxValue_16();
79   public int GetReverseStencilMaxValue()
80     { return GetReverseStencilMaxValue_16(); }
81
82   private native void ReverseStencilOn_17();
83   public void ReverseStencilOn()
84     { ReverseStencilOn_17(); }
85
86   private native void ReverseStencilOff_18();
87   public void ReverseStencilOff()
88     { ReverseStencilOff_18(); }
89
90   private native int GetReverseStencil_19();
91   public int GetReverseStencil()
92     { return GetReverseStencil_19(); }
93
94   private native double[] GetMin_20();
95   public double[] GetMin()
96     { return GetMin_20(); }
97
98   private native double[] GetMax_21();
99   public double[] GetMax()
100     { return GetMax_21(); }
101
102   private native double[] GetMean_22();
103   public double[] GetMean()
104     { return GetMean_22(); }
105
106   private native double[] GetStandardDeviation_23();
107   public double[] GetStandardDeviation()
108     { return GetStandardDeviation_23(); }
109
110   private native int GetVoxelCount_24();
111   public int GetVoxelCount()
112     { return GetVoxelCount_24(); }
113
114   private native void SetIgnoreZero_25(int id0);
115   public void SetIgnoreZero(int id0)
116     { SetIgnoreZero_25(id0); }
117
118   private native int GetIgnoreZeroMinValue_26();
119   public int GetIgnoreZeroMinValue()
120     { return GetIgnoreZeroMinValue_26(); }
121
122   private native int GetIgnoreZeroMaxValue_27();
123   public int GetIgnoreZeroMaxValue()
124     { return GetIgnoreZeroMaxValue_27(); }
125
126   private native int GetIgnoreZero_28();
127   public int GetIgnoreZero()
128     { return GetIgnoreZero_28(); }
129
130   private native void IgnoreZeroOn_29();
131   public void IgnoreZeroOn()
132     { IgnoreZeroOn_29(); }
133
134   private native void IgnoreZeroOff_30();
135   public void IgnoreZeroOff()
136     { IgnoreZeroOff_30(); }
137
138   public vtkImageAccumulate() { super(); }
139
140   public vtkImageAccumulate(long id) { super(id); }
141   public native long   VTKInit();
142
143 }