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