]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxisFollower.java
Mesh API to use Tuple3d instead of Vector3d
[simantics/3d.git] / vtk / src / vtk / vtkAxisFollower.java
1 // java wrapper for vtkAxisFollower object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAxisFollower extends vtkFollower\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 void SetAxis_2(vtkAxisActor id0);\r
19   public void SetAxis(vtkAxisActor id0)\r
20     { SetAxis_2(id0); }\r
21 \r
22   private native long GetAxis_3();\r
23   public vtkAxisActor GetAxis() {\r
24     long temp = GetAxis_3();\r
25 \r
26     if (temp == 0) return null;\r
27     return (vtkAxisActor)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
28   }\r
29 \r
30   private native void SetAutoCenter_4(int id0);\r
31   public void SetAutoCenter(int id0)\r
32     { SetAutoCenter_4(id0); }\r
33 \r
34   private native int GetAutoCenter_5();\r
35   public int GetAutoCenter()\r
36     { return GetAutoCenter_5(); }\r
37 \r
38   private native void AutoCenterOn_6();\r
39   public void AutoCenterOn()\r
40     { AutoCenterOn_6(); }\r
41 \r
42   private native void AutoCenterOff_7();\r
43   public void AutoCenterOff()\r
44     { AutoCenterOff_7(); }\r
45 \r
46   private native void SetEnableDistanceLOD_8(int id0);\r
47   public void SetEnableDistanceLOD(int id0)\r
48     { SetEnableDistanceLOD_8(id0); }\r
49 \r
50   private native int GetEnableDistanceLOD_9();\r
51   public int GetEnableDistanceLOD()\r
52     { return GetEnableDistanceLOD_9(); }\r
53 \r
54   private native void SetDistanceLODThreshold_10(double id0);\r
55   public void SetDistanceLODThreshold(double id0)\r
56     { SetDistanceLODThreshold_10(id0); }\r
57 \r
58   private native double GetDistanceLODThresholdMinValue_11();\r
59   public double GetDistanceLODThresholdMinValue()\r
60     { return GetDistanceLODThresholdMinValue_11(); }\r
61 \r
62   private native double GetDistanceLODThresholdMaxValue_12();\r
63   public double GetDistanceLODThresholdMaxValue()\r
64     { return GetDistanceLODThresholdMaxValue_12(); }\r
65 \r
66   private native double GetDistanceLODThreshold_13();\r
67   public double GetDistanceLODThreshold()\r
68     { return GetDistanceLODThreshold_13(); }\r
69 \r
70   private native void SetEnableViewAngleLOD_14(int id0);\r
71   public void SetEnableViewAngleLOD(int id0)\r
72     { SetEnableViewAngleLOD_14(id0); }\r
73 \r
74   private native int GetEnableViewAngleLOD_15();\r
75   public int GetEnableViewAngleLOD()\r
76     { return GetEnableViewAngleLOD_15(); }\r
77 \r
78   private native void SetViewAngleLODThreshold_16(double id0);\r
79   public void SetViewAngleLODThreshold(double id0)\r
80     { SetViewAngleLODThreshold_16(id0); }\r
81 \r
82   private native double GetViewAngleLODThresholdMinValue_17();\r
83   public double GetViewAngleLODThresholdMinValue()\r
84     { return GetViewAngleLODThresholdMinValue_17(); }\r
85 \r
86   private native double GetViewAngleLODThresholdMaxValue_18();\r
87   public double GetViewAngleLODThresholdMaxValue()\r
88     { return GetViewAngleLODThresholdMaxValue_18(); }\r
89 \r
90   private native double GetViewAngleLODThreshold_19();\r
91   public double GetViewAngleLODThreshold()\r
92     { return GetViewAngleLODThreshold_19(); }\r
93 \r
94   private native void SetScreenOffset_20(double id0);\r
95   public void SetScreenOffset(double id0)\r
96     { SetScreenOffset_20(id0); }\r
97 \r
98   private native double GetScreenOffset_21();\r
99   public double GetScreenOffset()\r
100     { return GetScreenOffset_21(); }\r
101 \r
102   private native int RenderOpaqueGeometry_22(vtkViewport id0);\r
103   public int RenderOpaqueGeometry(vtkViewport id0)\r
104     { return RenderOpaqueGeometry_22(id0); }\r
105 \r
106   private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);\r
107   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
108     { return RenderTranslucentPolygonalGeometry_23(id0); }\r
109 \r
110   private native void Render_24(vtkRenderer id0);\r
111   public void Render(vtkRenderer id0)\r
112     { Render_24(id0); }\r
113 \r
114   private native void ComputeTransformMatrix_25(vtkRenderer id0);\r
115   public void ComputeTransformMatrix(vtkRenderer id0)\r
116     { ComputeTransformMatrix_25(id0); }\r
117 \r
118   private native void ShallowCopy_26(vtkProp id0);\r
119   public void ShallowCopy(vtkProp id0)\r
120     { ShallowCopy_26(id0); }\r
121 \r
122   private native double AutoScale_27(vtkViewport id0,vtkCamera id1,double id2,double id3[]);\r
123   public double AutoScale(vtkViewport id0,vtkCamera id1,double id2,double id3[])\r
124     { return AutoScale_27(id0,id1,id2,id3); }\r
125 \r
126   public vtkAxisFollower() { super(); }\r
127 \r
128   public vtkAxisFollower(long id) { super(id); }\r
129   public native long   VTKInit();\r
130 \r
131 }\r