// 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); } }