]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkSeedRepresentation.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkSeedRepresentation.java
index d4b3c87c4d08710a0d993d51d903ddaf2f6d53f2..88a137ddf47af56d1650d4aa4eaa6aa99c9353ff 100644 (file)
-// java wrapper for vtkSeedRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkSeedRepresentation extends vtkWidgetRepresentation\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void GetSeedWorldPosition_2(int id0,double id1[]);\r
-  public void GetSeedWorldPosition(int id0,double id1[])\r
-    { GetSeedWorldPosition_2(id0,id1); }\r
-\r
-  private native void SetSeedDisplayPosition_3(int id0,double id1[]);\r
-  public void SetSeedDisplayPosition(int id0,double id1[])\r
-    { SetSeedDisplayPosition_3(id0,id1); }\r
-\r
-  private native void GetSeedDisplayPosition_4(int id0,double id1[]);\r
-  public void GetSeedDisplayPosition(int id0,double id1[])\r
-    { GetSeedDisplayPosition_4(id0,id1); }\r
-\r
-  private native int GetNumberOfSeeds_5();\r
-  public int GetNumberOfSeeds()\r
-    { return GetNumberOfSeeds_5(); }\r
-\r
-  private native void SetHandleRepresentation_6(vtkHandleRepresentation id0);\r
-  public void SetHandleRepresentation(vtkHandleRepresentation id0)\r
-    { SetHandleRepresentation_6(id0); }\r
-\r
-  private native long GetHandleRepresentation_7(int id0);\r
-  public vtkHandleRepresentation GetHandleRepresentation(int id0) {\r
-    long temp = GetHandleRepresentation_7(id0);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native long GetHandleRepresentation_8();\r
-  public vtkHandleRepresentation GetHandleRepresentation() {\r
-    long temp = GetHandleRepresentation_8();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetTolerance_9(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_9(id0); }\r
-\r
-  private native int GetToleranceMinValue_10();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_10(); }\r
-\r
-  private native int GetToleranceMaxValue_11();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_11(); }\r
-\r
-  private native int GetTolerance_12();\r
-  public int GetTolerance()\r
-    { return GetTolerance_12(); }\r
-\r
-  private native int GetActiveHandle_13();\r
-  public int GetActiveHandle()\r
-    { return GetActiveHandle_13(); }\r
-\r
-  private native int CreateHandle_14(double id0[]);\r
-  public int CreateHandle(double id0[])\r
-    { return CreateHandle_14(id0); }\r
-\r
-  private native void RemoveLastHandle_15();\r
-  public void RemoveLastHandle()\r
-    { RemoveLastHandle_15(); }\r
-\r
-  private native void RemoveActiveHandle_16();\r
-  public void RemoveActiveHandle()\r
-    { RemoveActiveHandle_16(); }\r
-\r
-  private native void RemoveHandle_17(int id0);\r
-  public void RemoveHandle(int id0)\r
-    { RemoveHandle_17(id0); }\r
-\r
-  private native void BuildRepresentation_18();\r
-  public void BuildRepresentation()\r
-    { BuildRepresentation_18(); }\r
-\r
-  private native int ComputeInteractionState_19(int id0,int id1,int id2);\r
-  public int ComputeInteractionState(int id0,int id1,int id2)\r
-    { return ComputeInteractionState_19(id0,id1,id2); }\r
-\r
-  public vtkSeedRepresentation() { super(); }\r
-\r
-  public vtkSeedRepresentation(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkSeedRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkSeedRepresentation extends vtkWidgetRepresentation
+{
+
+  private native int IsTypeOf_0(String id0);
+  public int IsTypeOf(String id0)
+    { return IsTypeOf_0(id0); }
+
+  private native int IsA_1(String id0);
+  public int IsA(String id0)
+    { return IsA_1(id0); }
+
+  private native void GetSeedWorldPosition_2(int id0,double id1[]);
+  public void GetSeedWorldPosition(int id0,double id1[])
+    { GetSeedWorldPosition_2(id0,id1); }
+
+  private native void SetSeedWorldPosition_3(int id0,double id1[]);
+  public void SetSeedWorldPosition(int id0,double id1[])
+    { SetSeedWorldPosition_3(id0,id1); }
+
+  private native void SetSeedDisplayPosition_4(int id0,double id1[]);
+  public void SetSeedDisplayPosition(int id0,double id1[])
+    { SetSeedDisplayPosition_4(id0,id1); }
+
+  private native void GetSeedDisplayPosition_5(int id0,double id1[]);
+  public void GetSeedDisplayPosition(int id0,double id1[])
+    { GetSeedDisplayPosition_5(id0,id1); }
+
+  private native int GetNumberOfSeeds_6();
+  public int GetNumberOfSeeds()
+    { return GetNumberOfSeeds_6(); }
+
+  private native void SetHandleRepresentation_7(vtkHandleRepresentation id0);
+  public void SetHandleRepresentation(vtkHandleRepresentation id0)
+    { SetHandleRepresentation_7(id0); }
+
+  private native long GetHandleRepresentation_8(int id0);
+  public vtkHandleRepresentation GetHandleRepresentation(int id0) {
+    long temp = GetHandleRepresentation_8(id0);
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native long GetHandleRepresentation_9();
+  public vtkHandleRepresentation GetHandleRepresentation() {
+    long temp = GetHandleRepresentation_9();
+
+    if (temp == 0) return null;
+    return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetTolerance_10(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_10(id0); }
+
+  private native int GetToleranceMinValue_11();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_11(); }
+
+  private native int GetToleranceMaxValue_12();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_12(); }
+
+  private native int GetTolerance_13();
+  public int GetTolerance()
+    { return GetTolerance_13(); }
+
+  private native int GetActiveHandle_14();
+  public int GetActiveHandle()
+    { return GetActiveHandle_14(); }
+
+  private native void SetActiveHandle_15(int id0);
+  public void SetActiveHandle(int id0)
+    { SetActiveHandle_15(id0); }
+
+  private native int CreateHandle_16(double id0[]);
+  public int CreateHandle(double id0[])
+    { return CreateHandle_16(id0); }
+
+  private native void RemoveLastHandle_17();
+  public void RemoveLastHandle()
+    { RemoveLastHandle_17(); }
+
+  private native void RemoveActiveHandle_18();
+  public void RemoveActiveHandle()
+    { RemoveActiveHandle_18(); }
+
+  private native void RemoveHandle_19(int id0);
+  public void RemoveHandle(int id0)
+    { RemoveHandle_19(id0); }
+
+  private native void BuildRepresentation_20();
+  public void BuildRepresentation()
+    { BuildRepresentation_20(); }
+
+  private native int ComputeInteractionState_21(int id0,int id1,int id2);
+  public int ComputeInteractionState(int id0,int id1,int id2)
+    { return ComputeInteractionState_21(id0,id1,id2); }
+
+  public vtkSeedRepresentation() { super(); }
+
+  public vtkSeedRepresentation(long id) { super(id); }
+  public native long   VTKInit();
+
+}