]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkRISReader.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkRISReader.java
index 2ab7dbd7cf6170b62a0e92b62aabd531fc324d2d..ada583666a03e507759b6d4f237c6d2dcef2e7c1 100644 (file)
@@ -1,47 +1,47 @@
-// java wrapper for vtkRISReader object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkRISReader extends vtkTableAlgorithm\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 String GetFileName_2();\r
-  public String GetFileName()\r
-    { return GetFileName_2(); }\r
-\r
-  private native void SetFileName_3(String id0);\r
-  public void SetFileName(String id0)\r
-    { SetFileName_3(id0); }\r
-\r
-  private native String GetDelimiter_4();\r
-  public String GetDelimiter()\r
-    { return GetDelimiter_4(); }\r
-\r
-  private native void SetDelimiter_5(String id0);\r
-  public void SetDelimiter(String id0)\r
-    { SetDelimiter_5(id0); }\r
-\r
-  private native int GetMaxRecords_6();\r
-  public int GetMaxRecords()\r
-    { return GetMaxRecords_6(); }\r
-\r
-  private native void SetMaxRecords_7(int id0);\r
-  public void SetMaxRecords(int id0)\r
-    { SetMaxRecords_7(id0); }\r
-\r
-  public vtkRISReader() { super(); }\r
-\r
-  public vtkRISReader(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkRISReader object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkRISReader extends vtkTableAlgorithm
+{
+
+  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 String GetFileName_2();
+  public String GetFileName()
+    { return GetFileName_2(); }
+
+  private native void SetFileName_3(String id0);
+  public void SetFileName(String id0)
+    { SetFileName_3(id0); }
+
+  private native String GetDelimiter_4();
+  public String GetDelimiter()
+    { return GetDelimiter_4(); }
+
+  private native void SetDelimiter_5(String id0);
+  public void SetDelimiter(String id0)
+    { SetDelimiter_5(id0); }
+
+  private native int GetMaxRecords_6();
+  public int GetMaxRecords()
+    { return GetMaxRecords_6(); }
+
+  private native void SetMaxRecords_7(int id0);
+  public void SetMaxRecords(int id0)
+    { SetMaxRecords_7(id0); }
+
+  public vtkRISReader() { super(); }
+
+  public vtkRISReader(long id) { super(id); }
+  public native long   VTKInit();
+
+}