]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSeedRepresentation.java
d4b3c87c4d08710a0d993d51d903ddaf2f6d53f2
[simantics/3d.git] / vtk / src / vtk / vtkSeedRepresentation.java
1 // java wrapper for vtkSeedRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkSeedRepresentation 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 void GetSeedWorldPosition_2(int id0,double id1[]);\r
19   public void GetSeedWorldPosition(int id0,double id1[])\r
20     { GetSeedWorldPosition_2(id0,id1); }\r
21 \r
22   private native void SetSeedDisplayPosition_3(int id0,double id1[]);\r
23   public void SetSeedDisplayPosition(int id0,double id1[])\r
24     { SetSeedDisplayPosition_3(id0,id1); }\r
25 \r
26   private native void GetSeedDisplayPosition_4(int id0,double id1[]);\r
27   public void GetSeedDisplayPosition(int id0,double id1[])\r
28     { GetSeedDisplayPosition_4(id0,id1); }\r
29 \r
30   private native int GetNumberOfSeeds_5();\r
31   public int GetNumberOfSeeds()\r
32     { return GetNumberOfSeeds_5(); }\r
33 \r
34   private native void SetHandleRepresentation_6(vtkHandleRepresentation id0);\r
35   public void SetHandleRepresentation(vtkHandleRepresentation id0)\r
36     { SetHandleRepresentation_6(id0); }\r
37 \r
38   private native long GetHandleRepresentation_7(int id0);\r
39   public vtkHandleRepresentation GetHandleRepresentation(int id0) {\r
40     long temp = GetHandleRepresentation_7(id0);\r
41 \r
42     if (temp == 0) return null;\r
43     return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
44   }\r
45 \r
46   private native long GetHandleRepresentation_8();\r
47   public vtkHandleRepresentation GetHandleRepresentation() {\r
48     long temp = GetHandleRepresentation_8();\r
49 \r
50     if (temp == 0) return null;\r
51     return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
52   }\r
53 \r
54   private native void SetTolerance_9(int id0);\r
55   public void SetTolerance(int id0)\r
56     { SetTolerance_9(id0); }\r
57 \r
58   private native int GetToleranceMinValue_10();\r
59   public int GetToleranceMinValue()\r
60     { return GetToleranceMinValue_10(); }\r
61 \r
62   private native int GetToleranceMaxValue_11();\r
63   public int GetToleranceMaxValue()\r
64     { return GetToleranceMaxValue_11(); }\r
65 \r
66   private native int GetTolerance_12();\r
67   public int GetTolerance()\r
68     { return GetTolerance_12(); }\r
69 \r
70   private native int GetActiveHandle_13();\r
71   public int GetActiveHandle()\r
72     { return GetActiveHandle_13(); }\r
73 \r
74   private native int CreateHandle_14(double id0[]);\r
75   public int CreateHandle(double id0[])\r
76     { return CreateHandle_14(id0); }\r
77 \r
78   private native void RemoveLastHandle_15();\r
79   public void RemoveLastHandle()\r
80     { RemoveLastHandle_15(); }\r
81 \r
82   private native void RemoveActiveHandle_16();\r
83   public void RemoveActiveHandle()\r
84     { RemoveActiveHandle_16(); }\r
85 \r
86   private native void RemoveHandle_17(int id0);\r
87   public void RemoveHandle(int id0)\r
88     { RemoveHandle_17(id0); }\r
89 \r
90   private native void BuildRepresentation_18();\r
91   public void BuildRepresentation()\r
92     { BuildRepresentation_18(); }\r
93 \r
94   private native int ComputeInteractionState_19(int id0,int id1,int id2);\r
95   public int ComputeInteractionState(int id0,int id1,int id2)\r
96     { return ComputeInteractionState_19(id0,id1,id2); }\r
97 \r
98   public vtkSeedRepresentation() { super(); }\r
99 \r
100   public vtkSeedRepresentation(long id) { super(id); }\r
101   public native long   VTKInit();\r
102 \r
103 }\r