// java wrapper for vtkSimpleBondPerceiver object // package vtk; import vtk.*; public class vtkSimpleBondPerceiver extends vtkMoleculeAlgorithm { 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 SetTolerance_2(double id0); public void SetTolerance(double id0) { SetTolerance_2(id0); } private native double GetTolerance_3(); public double GetTolerance() { return GetTolerance_3(); } private native boolean GetIsToleranceAbsolute_4(); public boolean GetIsToleranceAbsolute() { return GetIsToleranceAbsolute_4(); } private native void SetIsToleranceAbsolute_5(boolean id0); public void SetIsToleranceAbsolute(boolean id0) { SetIsToleranceAbsolute_5(id0); } public vtkSimpleBondPerceiver() { super(); } public vtkSimpleBondPerceiver(long id) { super(id); } public native long VTKInit(); }