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