Uses of Class
ProGAL.proteins.PDBFile.AtomRecord

Packages that use PDBFile.AtomRecord
ProGAL.proteins   
ProGAL.proteins.belta   
 

Uses of PDBFile.AtomRecord in ProGAL.proteins
 

Subclasses of PDBFile.AtomRecord in ProGAL.proteins
static class PDBFile.HetatmRecord
           
 

Methods in ProGAL.proteins that return PDBFile.AtomRecord
 PDBFile.AtomRecord PDBFile.getAtom(int res, java.lang.String atomType)
           
 PDBFile.AtomRecord ProteinComplex.getAtom(Point p)
           
 

Methods in ProGAL.proteins that return types with arguments of type PDBFile.AtomRecord
 java.util.List<PDBFile.AtomRecord> PDBFile.getAtomRecords()
          Returns the ATOM-records.
 java.util.List<PDBFile.AtomRecord> PDBFile.getAtomRecords(int modelNum, int chainNum)
          Returns the ATOM-records of the specified model and chain.
 java.util.List<PDBFile.AtomRecord> PDBFile.getAtomRecords(java.lang.String atomTypes)
          Returns the ATOM-records.
 java.util.List<PDBFile.AtomRecord> PDBFile.PDBChain.getAtoms()
           
 java.util.List<PDBFile.AtomRecord> PDBFile.getCARecords()
          Returns the ATOM-records of CA-atoms.
 java.util.List<PDBFile.AtomRecord> PDBFile.getCARecords(int modelNum, int chainNum)
          Returns the CA ATOM-records of the specified model and chain.
 

Methods in ProGAL.proteins with parameters of type PDBFile.AtomRecord
 boolean ProteinComplex.isBuried(PDBFile.AtomRecord ar)
           
 

Uses of PDBFile.AtomRecord in ProGAL.proteins.belta
 

Methods in ProGAL.proteins.belta that return PDBFile.AtomRecord
 PDBFile.AtomRecord PDBFile.getAtom(int res, java.lang.String atomType)