]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkHandleRepresentation.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkHandleRepresentation.java
1 // java wrapper for vtkHandleRepresentation object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkHandleRepresentation extends vtkWidgetRepresentation
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 SetDisplayPosition_2(double id0[]);
19   public void SetDisplayPosition(double id0[])
20     { SetDisplayPosition_2(id0); }
21
22   private native void GetDisplayPosition_3(double id0[]);
23   public void GetDisplayPosition(double id0[])
24     { GetDisplayPosition_3(id0); }
25
26   private native double[] GetDisplayPosition_4();
27   public double[] GetDisplayPosition()
28     { return GetDisplayPosition_4(); }
29
30   private native void SetWorldPosition_5(double id0[]);
31   public void SetWorldPosition(double id0[])
32     { SetWorldPosition_5(id0); }
33
34   private native void GetWorldPosition_6(double id0[]);
35   public void GetWorldPosition(double id0[])
36     { GetWorldPosition_6(id0); }
37
38   private native double[] GetWorldPosition_7();
39   public double[] GetWorldPosition()
40     { return GetWorldPosition_7(); }
41
42   private native void SetTolerance_8(int id0);
43   public void SetTolerance(int id0)
44     { SetTolerance_8(id0); }
45
46   private native int GetToleranceMinValue_9();
47   public int GetToleranceMinValue()
48     { return GetToleranceMinValue_9(); }
49
50   private native int GetToleranceMaxValue_10();
51   public int GetToleranceMaxValue()
52     { return GetToleranceMaxValue_10(); }
53
54   private native int GetTolerance_11();
55   public int GetTolerance()
56     { return GetTolerance_11(); }
57
58   private native void SetActiveRepresentation_12(int id0);
59   public void SetActiveRepresentation(int id0)
60     { SetActiveRepresentation_12(id0); }
61
62   private native int GetActiveRepresentation_13();
63   public int GetActiveRepresentation()
64     { return GetActiveRepresentation_13(); }
65
66   private native void ActiveRepresentationOn_14();
67   public void ActiveRepresentationOn()
68     { ActiveRepresentationOn_14(); }
69
70   private native void ActiveRepresentationOff_15();
71   public void ActiveRepresentationOff()
72     { ActiveRepresentationOff_15(); }
73
74   private native void SetInteractionState_16(int id0);
75   public void SetInteractionState(int id0)
76     { SetInteractionState_16(id0); }
77
78   private native int GetInteractionStateMinValue_17();
79   public int GetInteractionStateMinValue()
80     { return GetInteractionStateMinValue_17(); }
81
82   private native int GetInteractionStateMaxValue_18();
83   public int GetInteractionStateMaxValue()
84     { return GetInteractionStateMaxValue_18(); }
85
86   private native void SetConstrained_19(int id0);
87   public void SetConstrained(int id0)
88     { SetConstrained_19(id0); }
89
90   private native int GetConstrained_20();
91   public int GetConstrained()
92     { return GetConstrained_20(); }
93
94   private native void ConstrainedOn_21();
95   public void ConstrainedOn()
96     { ConstrainedOn_21(); }
97
98   private native void ConstrainedOff_22();
99   public void ConstrainedOff()
100     { ConstrainedOff_22(); }
101
102   private native int CheckConstraint_23(vtkRenderer id0,double id1[]);
103   public int CheckConstraint(vtkRenderer id0,double id1[])
104     { return CheckConstraint_23(id0,id1); }
105
106   private native void ShallowCopy_24(vtkProp id0);
107   public void ShallowCopy(vtkProp id0)
108     { ShallowCopy_24(id0); }
109
110   private native void DeepCopy_25(vtkProp id0);
111   public void DeepCopy(vtkProp id0)
112     { DeepCopy_25(id0); }
113
114   private native void SetRenderer_26(vtkRenderer id0);
115   public void SetRenderer(vtkRenderer id0)
116     { SetRenderer_26(id0); }
117
118   private native int GetMTime_27();
119   public int GetMTime()
120     { return GetMTime_27(); }
121
122   private native void SetPointPlacer_28(vtkPointPlacer id0);
123   public void SetPointPlacer(vtkPointPlacer id0)
124     { SetPointPlacer_28(id0); }
125
126   private native long GetPointPlacer_29();
127   public vtkPointPlacer GetPointPlacer() {
128     long temp = GetPointPlacer_29();
129
130     if (temp == 0) return null;
131     return (vtkPointPlacer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
132 }
133
134   public vtkHandleRepresentation() { super(); }
135
136   public vtkHandleRepresentation(long id) { super(id); }
137
138 }