// java wrapper for vtkPointSetToMoleculeFilter object // package vtk; import vtk.*; public class vtkPointSetToMoleculeFilter 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 boolean GetConvertLinesIntoBonds_2(); public boolean GetConvertLinesIntoBonds() { return GetConvertLinesIntoBonds_2(); } private native void SetConvertLinesIntoBonds_3(boolean id0); public void SetConvertLinesIntoBonds(boolean id0) { SetConvertLinesIntoBonds_3(id0); } private native void ConvertLinesIntoBondsOn_4(); public void ConvertLinesIntoBondsOn() { ConvertLinesIntoBondsOn_4(); } private native void ConvertLinesIntoBondsOff_5(); public void ConvertLinesIntoBondsOff() { ConvertLinesIntoBondsOff_5(); } public vtkPointSetToMoleculeFilter() { super(); } public vtkPointSetToMoleculeFilter(long id) { super(id); } public native long VTKInit(); }