]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkAffineRepresentation.java
Merge "More precise position selection for add component action"
[simantics/3d.git] / vtk / src / vtk / vtkAffineRepresentation.java
index fc93e3495b790bb3bae9b00b088219b4bb32ebe7..465523d8f1671aa6759aa8b9fca7f1e763cdc204 100644 (file)
@@ -1,46 +1,46 @@
-// java wrapper for vtkAffineRepresentation object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkAffineRepresentation 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 GetTransform_2(vtkTransform id0);\r
-  public void GetTransform(vtkTransform id0)\r
-    { GetTransform_2(id0); }\r
-\r
-  private native void SetTolerance_3(int id0);\r
-  public void SetTolerance(int id0)\r
-    { SetTolerance_3(id0); }\r
-\r
-  private native int GetToleranceMinValue_4();\r
-  public int GetToleranceMinValue()\r
-    { return GetToleranceMinValue_4(); }\r
-\r
-  private native int GetToleranceMaxValue_5();\r
-  public int GetToleranceMaxValue()\r
-    { return GetToleranceMaxValue_5(); }\r
-\r
-  private native int GetTolerance_6();\r
-  public int GetTolerance()\r
-    { return GetTolerance_6(); }\r
-\r
-  private native void ShallowCopy_7(vtkProp id0);\r
-  public void ShallowCopy(vtkProp id0)\r
-    { ShallowCopy_7(id0); }\r
-\r
-  public vtkAffineRepresentation() { super(); }\r
-\r
-  public vtkAffineRepresentation(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkAffineRepresentation object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkAffineRepresentation 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 GetTransform_2(vtkTransform id0);
+  public void GetTransform(vtkTransform id0)
+    { GetTransform_2(id0); }
+
+  private native void SetTolerance_3(int id0);
+  public void SetTolerance(int id0)
+    { SetTolerance_3(id0); }
+
+  private native int GetToleranceMinValue_4();
+  public int GetToleranceMinValue()
+    { return GetToleranceMinValue_4(); }
+
+  private native int GetToleranceMaxValue_5();
+  public int GetToleranceMaxValue()
+    { return GetToleranceMaxValue_5(); }
+
+  private native int GetTolerance_6();
+  public int GetTolerance()
+    { return GetTolerance_6(); }
+
+  private native void ShallowCopy_7(vtkProp id0);
+  public void ShallowCopy(vtkProp id0)
+    { ShallowCopy_7(id0); }
+
+  public vtkAffineRepresentation() { super(); }
+
+  public vtkAffineRepresentation(long id) { super(id); }
+
+}