]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLabelPlacer.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLabelPlacer.java
1 // java wrapper for vtkLabelPlacer object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLabelPlacer 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 long GetRenderer_2();
19   public vtkRenderer GetRenderer() {
20     long temp = GetRenderer_2();
21
22     if (temp == 0) return null;
23     return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetRenderer_3(vtkRenderer id0);
27   public void SetRenderer(vtkRenderer id0)
28     { SetRenderer_3(id0); }
29
30   private native long GetAnchorTransform_4();
31   public vtkCoordinate GetAnchorTransform() {
32     long temp = GetAnchorTransform_4();
33
34     if (temp == 0) return null;
35     return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
36 }
37
38   private native void SetGravity_5(int id0);
39   public void SetGravity(int id0)
40     { SetGravity_5(id0); }
41
42   private native int GetGravity_6();
43   public int GetGravity()
44     { return GetGravity_6(); }
45
46   private native void SetMaximumLabelFraction_7(double id0);
47   public void SetMaximumLabelFraction(double id0)
48     { SetMaximumLabelFraction_7(id0); }
49
50   private native double GetMaximumLabelFractionMinValue_8();
51   public double GetMaximumLabelFractionMinValue()
52     { return GetMaximumLabelFractionMinValue_8(); }
53
54   private native double GetMaximumLabelFractionMaxValue_9();
55   public double GetMaximumLabelFractionMaxValue()
56     { return GetMaximumLabelFractionMaxValue_9(); }
57
58   private native double GetMaximumLabelFraction_10();
59   public double GetMaximumLabelFraction()
60     { return GetMaximumLabelFraction_10(); }
61
62   private native void SetIteratorType_11(int id0);
63   public void SetIteratorType(int id0)
64     { SetIteratorType_11(id0); }
65
66   private native int GetIteratorType_12();
67   public int GetIteratorType()
68     { return GetIteratorType_12(); }
69
70   private native void SetUseUnicodeStrings_13(boolean id0);
71   public void SetUseUnicodeStrings(boolean id0)
72     { SetUseUnicodeStrings_13(id0); }
73
74   private native boolean GetUseUnicodeStrings_14();
75   public boolean GetUseUnicodeStrings()
76     { return GetUseUnicodeStrings_14(); }
77
78   private native void UseUnicodeStringsOn_15();
79   public void UseUnicodeStringsOn()
80     { UseUnicodeStringsOn_15(); }
81
82   private native void UseUnicodeStringsOff_16();
83   public void UseUnicodeStringsOff()
84     { UseUnicodeStringsOff_16(); }
85
86   private native int GetMTime_17();
87   public int GetMTime()
88     { return GetMTime_17(); }
89
90   private native boolean GetPositionsAsNormals_18();
91   public boolean GetPositionsAsNormals()
92     { return GetPositionsAsNormals_18(); }
93
94   private native void SetPositionsAsNormals_19(boolean id0);
95   public void SetPositionsAsNormals(boolean id0)
96     { SetPositionsAsNormals_19(id0); }
97
98   private native void PositionsAsNormalsOn_20();
99   public void PositionsAsNormalsOn()
100     { PositionsAsNormalsOn_20(); }
101
102   private native void PositionsAsNormalsOff_21();
103   public void PositionsAsNormalsOff()
104     { PositionsAsNormalsOff_21(); }
105
106   private native boolean GetGeneratePerturbedLabelSpokes_22();
107   public boolean GetGeneratePerturbedLabelSpokes()
108     { return GetGeneratePerturbedLabelSpokes_22(); }
109
110   private native void SetGeneratePerturbedLabelSpokes_23(boolean id0);
111   public void SetGeneratePerturbedLabelSpokes(boolean id0)
112     { SetGeneratePerturbedLabelSpokes_23(id0); }
113
114   private native void GeneratePerturbedLabelSpokesOn_24();
115   public void GeneratePerturbedLabelSpokesOn()
116     { GeneratePerturbedLabelSpokesOn_24(); }
117
118   private native void GeneratePerturbedLabelSpokesOff_25();
119   public void GeneratePerturbedLabelSpokesOff()
120     { GeneratePerturbedLabelSpokesOff_25(); }
121
122   private native boolean GetUseDepthBuffer_26();
123   public boolean GetUseDepthBuffer()
124     { return GetUseDepthBuffer_26(); }
125
126   private native void SetUseDepthBuffer_27(boolean id0);
127   public void SetUseDepthBuffer(boolean id0)
128     { SetUseDepthBuffer_27(id0); }
129
130   private native void UseDepthBufferOn_28();
131   public void UseDepthBufferOn()
132     { UseDepthBufferOn_28(); }
133
134   private native void UseDepthBufferOff_29();
135   public void UseDepthBufferOff()
136     { UseDepthBufferOff_29(); }
137
138   private native boolean GetOutputTraversedBounds_30();
139   public boolean GetOutputTraversedBounds()
140     { return GetOutputTraversedBounds_30(); }
141
142   private native void SetOutputTraversedBounds_31(boolean id0);
143   public void SetOutputTraversedBounds(boolean id0)
144     { SetOutputTraversedBounds_31(id0); }
145
146   private native void OutputTraversedBoundsOn_32();
147   public void OutputTraversedBoundsOn()
148     { OutputTraversedBoundsOn_32(); }
149
150   private native void OutputTraversedBoundsOff_33();
151   public void OutputTraversedBoundsOff()
152     { OutputTraversedBoundsOff_33(); }
153
154   private native int GetOutputCoordinateSystem_34();
155   public int GetOutputCoordinateSystem()
156     { return GetOutputCoordinateSystem_34(); }
157
158   private native void SetOutputCoordinateSystem_35(int id0);
159   public void SetOutputCoordinateSystem(int id0)
160     { SetOutputCoordinateSystem_35(id0); }
161
162   private native int GetOutputCoordinateSystemMinValue_36();
163   public int GetOutputCoordinateSystemMinValue()
164     { return GetOutputCoordinateSystemMinValue_36(); }
165
166   private native int GetOutputCoordinateSystemMaxValue_37();
167   public int GetOutputCoordinateSystemMaxValue()
168     { return GetOutputCoordinateSystemMaxValue_37(); }
169
170   private native void OutputCoordinateSystemWorld_38();
171   public void OutputCoordinateSystemWorld()
172     { OutputCoordinateSystemWorld_38(); }
173
174   private native void OutputCoordinateSystemDisplay_39();
175   public void OutputCoordinateSystemDisplay()
176     { OutputCoordinateSystemDisplay_39(); }
177
178   public vtkLabelPlacer() { super(); }
179
180   public vtkLabelPlacer(long id) { super(id); }
181   public native long   VTKInit();
182
183 }