All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmol.api.PymolAtomReader Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.jmol.api;

public interface PymolAtomReader {

  int getUniqueID(int iAtom);

  float getVDW(int iAtom);

  int getCartoonType(int iAtom);

  int getSequenceNumber(int i);

  boolean compareAtoms(int iPrev, int i);
  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy