1 // java wrapper for vtkMoleculeReaderBase object
7 public class vtkMoleculeReaderBase extends vtkPolyDataAlgorithm
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void SetFileName_2(String id0);
19 public void SetFileName(String id0)
20 { SetFileName_2(id0); }
22 private native String GetFileName_3();
23 public String GetFileName()
24 { return GetFileName_3(); }
26 private native void SetBScale_4(double id0);
27 public void SetBScale(double id0)
30 private native double GetBScale_5();
31 public double GetBScale()
32 { return GetBScale_5(); }
34 private native void SetHBScale_6(double id0);
35 public void SetHBScale(double id0)
36 { SetHBScale_6(id0); }
38 private native double GetHBScale_7();
39 public double GetHBScale()
40 { return GetHBScale_7(); }
42 private native int GetNumberOfAtoms_8();
43 public int GetNumberOfAtoms()
44 { return GetNumberOfAtoms_8(); }
46 public vtkMoleculeReaderBase() { super(); }
48 public vtkMoleculeReaderBase(long id) { super(id); }