]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkTransform2D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTransform2D.java
index 5feac64c4d945bb83b46f7ca0f1d71ce5dacd27f..29baef08a0d84f3c44dd71cfb6b9bfcbbc93b410 100644 (file)
-// java wrapper for vtkTransform2D object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkTransform2D extends vtkObject\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 Identity_2();\r
-  public void Identity()\r
-    { Identity_2(); }\r
-\r
-  private native void Inverse_3();\r
-  public void Inverse()\r
-    { Inverse_3(); }\r
-\r
-  private native void Translate_4(double id0,double id1);\r
-  public void Translate(double id0,double id1)\r
-    { Translate_4(id0,id1); }\r
-\r
-  private native void Translate_5(double id0[]);\r
-  public void Translate(double id0[])\r
-    { Translate_5(id0); }\r
-\r
-  private native void Rotate_6(double id0);\r
-  public void Rotate(double id0)\r
-    { Rotate_6(id0); }\r
-\r
-  private native void Scale_7(double id0,double id1);\r
-  public void Scale(double id0,double id1)\r
-    { Scale_7(id0,id1); }\r
-\r
-  private native void Scale_8(double id0[]);\r
-  public void Scale(double id0[])\r
-    { Scale_8(id0); }\r
-\r
-  private native void SetMatrix_9(vtkMatrix3x3 id0);\r
-  public void SetMatrix(vtkMatrix3x3 id0)\r
-    { SetMatrix_9(id0); }\r
-\r
-  private native void SetMatrix_10(double id0[]);\r
-  public void SetMatrix(double id0[])\r
-    { SetMatrix_10(id0); }\r
-\r
-  private native long GetMatrix_11();\r
-  public vtkMatrix3x3 GetMatrix() {\r
-    long temp = GetMatrix_11();\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkMatrix3x3)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void GetMatrix_12(vtkMatrix3x3 id0);\r
-  public void GetMatrix(vtkMatrix3x3 id0)\r
-    { GetMatrix_12(id0); }\r
-\r
-  private native void GetPosition_13(double id0[]);\r
-  public void GetPosition(double id0[])\r
-    { GetPosition_13(id0); }\r
-\r
-  private native void GetInverse_14(vtkMatrix3x3 id0);\r
-  public void GetInverse(vtkMatrix3x3 id0)\r
-    { GetInverse_14(id0); }\r
-\r
-  private native void GetTranspose_15(vtkMatrix3x3 id0);\r
-  public void GetTranspose(vtkMatrix3x3 id0)\r
-    { GetTranspose_15(id0); }\r
-\r
-  private native int GetMTime_16();\r
-  public int GetMTime()\r
-    { return GetMTime_16(); }\r
-\r
-  private native void TransformPoints_17(vtkPoints2D id0,vtkPoints2D id1);\r
-  public void TransformPoints(vtkPoints2D id0,vtkPoints2D id1)\r
-    { TransformPoints_17(id0,id1); }\r
-\r
-  private native void InverseTransformPoints_18(vtkPoints2D id0,vtkPoints2D id1);\r
-  public void InverseTransformPoints(vtkPoints2D id0,vtkPoints2D id1)\r
-    { InverseTransformPoints_18(id0,id1); }\r
-\r
-  private native void MultiplyPoint_19(double id0[],double id1[]);\r
-  public void MultiplyPoint(double id0[],double id1[])\r
-    { MultiplyPoint_19(id0,id1); }\r
-\r
-  public vtkTransform2D() { super(); }\r
-\r
-  public vtkTransform2D(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkTransform2D object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkTransform2D extends vtkObject
+{
+
+  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 Identity_2();
+  public void Identity()
+    { Identity_2(); }
+
+  private native void Inverse_3();
+  public void Inverse()
+    { Inverse_3(); }
+
+  private native void Translate_4(double id0,double id1);
+  public void Translate(double id0,double id1)
+    { Translate_4(id0,id1); }
+
+  private native void Translate_5(double id0[]);
+  public void Translate(double id0[])
+    { Translate_5(id0); }
+
+  private native void Rotate_6(double id0);
+  public void Rotate(double id0)
+    { Rotate_6(id0); }
+
+  private native void Scale_7(double id0,double id1);
+  public void Scale(double id0,double id1)
+    { Scale_7(id0,id1); }
+
+  private native void Scale_8(double id0[]);
+  public void Scale(double id0[])
+    { Scale_8(id0); }
+
+  private native void SetMatrix_9(vtkMatrix3x3 id0);
+  public void SetMatrix(vtkMatrix3x3 id0)
+    { SetMatrix_9(id0); }
+
+  private native void SetMatrix_10(double id0[]);
+  public void SetMatrix(double id0[])
+    { SetMatrix_10(id0); }
+
+  private native long GetMatrix_11();
+  public vtkMatrix3x3 GetMatrix() {
+    long temp = GetMatrix_11();
+
+    if (temp == 0) return null;
+    return (vtkMatrix3x3)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void GetMatrix_12(vtkMatrix3x3 id0);
+  public void GetMatrix(vtkMatrix3x3 id0)
+    { GetMatrix_12(id0); }
+
+  private native void GetPosition_13(double id0[]);
+  public void GetPosition(double id0[])
+    { GetPosition_13(id0); }
+
+  private native void GetScale_14(double id0[]);
+  public void GetScale(double id0[])
+    { GetScale_14(id0); }
+
+  private native void GetInverse_15(vtkMatrix3x3 id0);
+  public void GetInverse(vtkMatrix3x3 id0)
+    { GetInverse_15(id0); }
+
+  private native void GetTranspose_16(vtkMatrix3x3 id0);
+  public void GetTranspose(vtkMatrix3x3 id0)
+    { GetTranspose_16(id0); }
+
+  private native int GetMTime_17();
+  public int GetMTime()
+    { return GetMTime_17(); }
+
+  private native void TransformPoints_18(vtkPoints2D id0,vtkPoints2D id1);
+  public void TransformPoints(vtkPoints2D id0,vtkPoints2D id1)
+    { TransformPoints_18(id0,id1); }
+
+  private native void InverseTransformPoints_19(vtkPoints2D id0,vtkPoints2D id1);
+  public void InverseTransformPoints(vtkPoints2D id0,vtkPoints2D id1)
+    { InverseTransformPoints_19(id0,id1); }
+
+  private native void MultiplyPoint_20(double id0[],double id1[]);
+  public void MultiplyPoint(double id0[],double id1[])
+    { MultiplyPoint_20(id0,id1); }
+
+  public vtkTransform2D() { super(); }
+
+  public vtkTransform2D(long id) { super(id); }
+  public native long   VTKInit();
+
+}