]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkMoleculeReaderBase.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkMoleculeReaderBase.java
index 1b3de69e8ff90efba2aa302174d142ef21cdbee4..e6e700a4823569512a79eef05fafda5270dea061 100644 (file)
@@ -1,50 +1,50 @@
-// java wrapper for vtkMoleculeReaderBase object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkMoleculeReaderBase extends vtkPolyDataAlgorithm\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 SetFileName_2(String id0);\r
-  public void SetFileName(String id0)\r
-    { SetFileName_2(id0); }\r
-\r
-  private native String GetFileName_3();\r
-  public String GetFileName()\r
-    { return GetFileName_3(); }\r
-\r
-  private native void SetBScale_4(double id0);\r
-  public void SetBScale(double id0)\r
-    { SetBScale_4(id0); }\r
-\r
-  private native double GetBScale_5();\r
-  public double GetBScale()\r
-    { return GetBScale_5(); }\r
-\r
-  private native void SetHBScale_6(double id0);\r
-  public void SetHBScale(double id0)\r
-    { SetHBScale_6(id0); }\r
-\r
-  private native double GetHBScale_7();\r
-  public double GetHBScale()\r
-    { return GetHBScale_7(); }\r
-\r
-  private native int GetNumberOfAtoms_8();\r
-  public int GetNumberOfAtoms()\r
-    { return GetNumberOfAtoms_8(); }\r
-\r
-  public vtkMoleculeReaderBase() { super(); }\r
-\r
-  public vtkMoleculeReaderBase(long id) { super(id); }\r
-\r
-}\r
+// java wrapper for vtkMoleculeReaderBase object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkMoleculeReaderBase extends vtkPolyDataAlgorithm
+{
+
+  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 SetFileName_2(String id0);
+  public void SetFileName(String id0)
+    { SetFileName_2(id0); }
+
+  private native String GetFileName_3();
+  public String GetFileName()
+    { return GetFileName_3(); }
+
+  private native void SetBScale_4(double id0);
+  public void SetBScale(double id0)
+    { SetBScale_4(id0); }
+
+  private native double GetBScale_5();
+  public double GetBScale()
+    { return GetBScale_5(); }
+
+  private native void SetHBScale_6(double id0);
+  public void SetHBScale(double id0)
+    { SetHBScale_6(id0); }
+
+  private native double GetHBScale_7();
+  public double GetHBScale()
+    { return GetHBScale_7(); }
+
+  private native int GetNumberOfAtoms_8();
+  public int GetNumberOfAtoms()
+    { return GetNumberOfAtoms_8(); }
+
+  public vtkMoleculeReaderBase() { super(); }
+
+  public vtkMoleculeReaderBase(long id) { super(id); }
+
+}