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