]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkISIReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkISIReader.java
index 6484677c751ce5cbe7c01dec7ea18e5acfd11704..4cea48165c5afc323210071dea50f2259ee7e7eb 100644 (file)
@@ -1,47 +1,47 @@
-// java wrapper for vtkISIReader object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkISIReader 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 vtkISIReader() { super(); }\r
-\r
-  public vtkISIReader(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkISIReader object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkISIReader 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 vtkISIReader() { super(); }
+
+  public vtkISIReader(long id) { super(id); }
+  public native long   VTKInit();
+
+}