]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMoleculeReaderBase.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkMoleculeReaderBase.java
1 // java wrapper for vtkMoleculeReaderBase object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkMoleculeReaderBase extends vtkPolyDataAlgorithm\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void SetFileName_2(String id0);\r
19   public void SetFileName(String id0)\r
20     { SetFileName_2(id0); }\r
21 \r
22   private native String GetFileName_3();\r
23   public String GetFileName()\r
24     { return GetFileName_3(); }\r
25 \r
26   private native void SetBScale_4(double id0);\r
27   public void SetBScale(double id0)\r
28     { SetBScale_4(id0); }\r
29 \r
30   private native double GetBScale_5();\r
31   public double GetBScale()\r
32     { return GetBScale_5(); }\r
33 \r
34   private native void SetHBScale_6(double id0);\r
35   public void SetHBScale(double id0)\r
36     { SetHBScale_6(id0); }\r
37 \r
38   private native double GetHBScale_7();\r
39   public double GetHBScale()\r
40     { return GetHBScale_7(); }\r
41 \r
42   private native int GetNumberOfAtoms_8();\r
43   public int GetNumberOfAtoms()\r
44     { return GetNumberOfAtoms_8(); }\r
45 \r
46   public vtkMoleculeReaderBase() { super(); }\r
47 \r
48   public vtkMoleculeReaderBase(long id) { super(id); }\r
49 \r
50 }\r