]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAxesTransformRepresentation.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkAxesTransformRepresentation.java
1 // java wrapper for vtkAxesTransformRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAxesTransformRepresentation extends vtkWidgetRepresentation\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 GetOriginRepresentation_2();\r
19   public vtkHandleRepresentation GetOriginRepresentation() {\r
20     long temp = GetOriginRepresentation_2();\r
21 \r
22     if (temp == 0) return null;\r
23     return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
24   }\r
25 \r
26   private native long GetSelectionRepresentation_3();\r
27   public vtkHandleRepresentation GetSelectionRepresentation() {\r
28     long temp = GetSelectionRepresentation_3();\r
29 \r
30     if (temp == 0) return null;\r
31     return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
32   }\r
33 \r
34   private native void GetOriginWorldPosition_4(double id0[]);\r
35   public void GetOriginWorldPosition(double id0[])\r
36     { GetOriginWorldPosition_4(id0); }\r
37 \r
38   private native void SetOriginWorldPosition_5(double id0[]);\r
39   public void SetOriginWorldPosition(double id0[])\r
40     { SetOriginWorldPosition_5(id0); }\r
41 \r
42   private native void SetOriginDisplayPosition_6(double id0[]);\r
43   public void SetOriginDisplayPosition(double id0[])\r
44     { SetOriginDisplayPosition_6(id0); }\r
45 \r
46   private native void GetOriginDisplayPosition_7(double id0[]);\r
47   public void GetOriginDisplayPosition(double id0[])\r
48     { GetOriginDisplayPosition_7(id0); }\r
49 \r
50   private native void SetTolerance_8(int id0);\r
51   public void SetTolerance(int id0)\r
52     { SetTolerance_8(id0); }\r
53 \r
54   private native int GetToleranceMinValue_9();\r
55   public int GetToleranceMinValue()\r
56     { return GetToleranceMinValue_9(); }\r
57 \r
58   private native int GetToleranceMaxValue_10();\r
59   public int GetToleranceMaxValue()\r
60     { return GetToleranceMaxValue_10(); }\r
61 \r
62   private native int GetTolerance_11();\r
63   public int GetTolerance()\r
64     { return GetTolerance_11(); }\r
65 \r
66   private native void SetLabelFormat_12(String id0);\r
67   public void SetLabelFormat(String id0)\r
68     { SetLabelFormat_12(id0); }\r
69 \r
70   private native String GetLabelFormat_13();\r
71   public String GetLabelFormat()\r
72     { return GetLabelFormat_13(); }\r
73 \r
74   private native void SetInteractionState_14(int id0);\r
75   public void SetInteractionState(int id0)\r
76     { SetInteractionState_14(id0); }\r
77 \r
78   private native int GetInteractionStateMinValue_15();\r
79   public int GetInteractionStateMinValue()\r
80     { return GetInteractionStateMinValue_15(); }\r
81 \r
82   private native int GetInteractionStateMaxValue_16();\r
83   public int GetInteractionStateMaxValue()\r
84     { return GetInteractionStateMaxValue_16(); }\r
85 \r
86   private native void BuildRepresentation_17();\r
87   public void BuildRepresentation()\r
88     { BuildRepresentation_17(); }\r
89 \r
90   private native int ComputeInteractionState_18(int id0,int id1,int id2);\r
91   public int ComputeInteractionState(int id0,int id1,int id2)\r
92     { return ComputeInteractionState_18(id0,id1,id2); }\r
93 \r
94   private native void StartWidgetInteraction_19(double id0[]);\r
95   public void StartWidgetInteraction(double id0[])\r
96     { StartWidgetInteraction_19(id0); }\r
97 \r
98   private native void WidgetInteraction_20(double id0[]);\r
99   public void WidgetInteraction(double id0[])\r
100     { WidgetInteraction_20(id0); }\r
101 \r
102   private native void ReleaseGraphicsResources_21(vtkWindow id0);\r
103   public void ReleaseGraphicsResources(vtkWindow id0)\r
104     { ReleaseGraphicsResources_21(id0); }\r
105 \r
106   private native int RenderOpaqueGeometry_22(vtkViewport id0);\r
107   public int RenderOpaqueGeometry(vtkViewport id0)\r
108     { return RenderOpaqueGeometry_22(id0); }\r
109 \r
110   private native int RenderTranslucentPolygonalGeometry_23(vtkViewport id0);\r
111   public int RenderTranslucentPolygonalGeometry(vtkViewport id0)\r
112     { return RenderTranslucentPolygonalGeometry_23(id0); }\r
113 \r
114   private native void SetLabelScale_24(double id0,double id1,double id2);\r
115   public void SetLabelScale(double id0,double id1,double id2)\r
116     { SetLabelScale_24(id0,id1,id2); }\r
117 \r
118   private native void SetLabelScale_25(double id0[]);\r
119   public void SetLabelScale(double id0[])\r
120     { SetLabelScale_25(id0); }\r
121 \r
122   private native long GetLabelProperty_26();\r
123   public vtkProperty GetLabelProperty() {\r
124     long temp = GetLabelProperty_26();\r
125 \r
126     if (temp == 0) return null;\r
127     return (vtkProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
128   }\r
129 \r
130   public vtkAxesTransformRepresentation() { super(); }\r
131 \r
132   public vtkAxesTransformRepresentation(long id) { super(id); }\r
133   public native long   VTKInit();\r
134 \r
135 }\r