]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkIconGlyphFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkIconGlyphFilter.java
1 // java wrapper for vtkIconGlyphFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkIconGlyphFilter extends vtkPolyDataAlgorithm
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 SetIconSize_2(int id0,int id1);
19   public void SetIconSize(int id0,int id1)
20     { SetIconSize_2(id0,id1); }
21
22   private native void SetIconSize_3(int id0[]);
23   public void SetIconSize(int id0[])
24     { SetIconSize_3(id0); }
25
26   private native int[]  GetIconSize_4();
27   public int[]  GetIconSize()
28     { return GetIconSize_4(); }
29
30   private native void SetIconSheetSize_5(int id0,int id1);
31   public void SetIconSheetSize(int id0,int id1)
32     { SetIconSheetSize_5(id0,id1); }
33
34   private native void SetIconSheetSize_6(int id0[]);
35   public void SetIconSheetSize(int id0[])
36     { SetIconSheetSize_6(id0); }
37
38   private native int[]  GetIconSheetSize_7();
39   public int[]  GetIconSheetSize()
40     { return GetIconSheetSize_7(); }
41
42   private native void SetDisplaySize_8(int id0,int id1);
43   public void SetDisplaySize(int id0,int id1)
44     { SetDisplaySize_8(id0,id1); }
45
46   private native void SetDisplaySize_9(int id0[]);
47   public void SetDisplaySize(int id0[])
48     { SetDisplaySize_9(id0); }
49
50   private native int[]  GetDisplaySize_10();
51   public int[]  GetDisplaySize()
52     { return GetDisplaySize_10(); }
53
54   private native void SetUseIconSize_11(boolean id0);
55   public void SetUseIconSize(boolean id0)
56     { SetUseIconSize_11(id0); }
57
58   private native boolean GetUseIconSize_12();
59   public boolean GetUseIconSize()
60     { return GetUseIconSize_12(); }
61
62   private native void UseIconSizeOn_13();
63   public void UseIconSizeOn()
64     { UseIconSizeOn_13(); }
65
66   private native void UseIconSizeOff_14();
67   public void UseIconSizeOff()
68     { UseIconSizeOff_14(); }
69
70   private native void SetIconScaling_15(int id0);
71   public void SetIconScaling(int id0)
72     { SetIconScaling_15(id0); }
73
74   private native int GetIconScaling_16();
75   public int GetIconScaling()
76     { return GetIconScaling_16(); }
77
78   private native void SetIconScalingToScalingOff_17();
79   public void SetIconScalingToScalingOff()
80     { SetIconScalingToScalingOff_17(); }
81
82   private native void SetIconScalingToScalingArray_18();
83   public void SetIconScalingToScalingArray()
84     { SetIconScalingToScalingArray_18(); }
85
86   private native void SetPassScalars_19(boolean id0);
87   public void SetPassScalars(boolean id0)
88     { SetPassScalars_19(id0); }
89
90   private native boolean GetPassScalars_20();
91   public boolean GetPassScalars()
92     { return GetPassScalars_20(); }
93
94   private native void PassScalarsOn_21();
95   public void PassScalarsOn()
96     { PassScalarsOn_21(); }
97
98   private native void PassScalarsOff_22();
99   public void PassScalarsOff()
100     { PassScalarsOff_22(); }
101
102   private native void SetGravity_23(int id0);
103   public void SetGravity(int id0)
104     { SetGravity_23(id0); }
105
106   private native int GetGravity_24();
107   public int GetGravity()
108     { return GetGravity_24(); }
109
110   private native void SetGravityToTopRight_25();
111   public void SetGravityToTopRight()
112     { SetGravityToTopRight_25(); }
113
114   private native void SetGravityToTopCenter_26();
115   public void SetGravityToTopCenter()
116     { SetGravityToTopCenter_26(); }
117
118   private native void SetGravityToTopLeft_27();
119   public void SetGravityToTopLeft()
120     { SetGravityToTopLeft_27(); }
121
122   private native void SetGravityToCenterRight_28();
123   public void SetGravityToCenterRight()
124     { SetGravityToCenterRight_28(); }
125
126   private native void SetGravityToCenterCenter_29();
127   public void SetGravityToCenterCenter()
128     { SetGravityToCenterCenter_29(); }
129
130   private native void SetGravityToCenterLeft_30();
131   public void SetGravityToCenterLeft()
132     { SetGravityToCenterLeft_30(); }
133
134   private native void SetGravityToBottomRight_31();
135   public void SetGravityToBottomRight()
136     { SetGravityToBottomRight_31(); }
137
138   private native void SetGravityToBottomCenter_32();
139   public void SetGravityToBottomCenter()
140     { SetGravityToBottomCenter_32(); }
141
142   private native void SetGravityToBottomLeft_33();
143   public void SetGravityToBottomLeft()
144     { SetGravityToBottomLeft_33(); }
145
146   private native void SetOffset_34(int id0,int id1);
147   public void SetOffset(int id0,int id1)
148     { SetOffset_34(id0,id1); }
149
150   private native void SetOffset_35(int id0[]);
151   public void SetOffset(int id0[])
152     { SetOffset_35(id0); }
153
154   private native int[]  GetOffset_36();
155   public int[]  GetOffset()
156     { return GetOffset_36(); }
157
158   public vtkIconGlyphFilter() { super(); }
159
160   public vtkIconGlyphFilter(long id) { super(id); }
161   public native long   VTKInit();
162
163 }