// java wrapper for vtkXYZMolReader object // package vtk; import vtk.*; public class vtkXYZMolReader extends vtkMoleculeReaderBase { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native int CanReadFile_2(String id0); public int CanReadFile(String id0) { return CanReadFile_2(id0); } private native void SetTimeStep_3(int id0); public void SetTimeStep(int id0) { SetTimeStep_3(id0); } private native int GetTimeStep_4(); public int GetTimeStep() { return GetTimeStep_4(); } private native int GetMaxTimeStep_5(); public int GetMaxTimeStep() { return GetMaxTimeStep_5(); } public vtkXYZMolReader() { super(); } public vtkXYZMolReader(long id) { super(id); } public native long VTKInit(); }