Uses of Class
com.actelion.research.chem.io.pdb.parser.AtomRecord
-
Packages that use AtomRecord Package Description com.actelion.research.chem.io.pdb.converter com.actelion.research.chem.io.pdb.parser -
-
Uses of AtomRecord in com.actelion.research.chem.io.pdb.converter
Method parameters in com.actelion.research.chem.io.pdb.converter with type arguments of type AtomRecord Modifier and Type Method Description Molecule3D
AminoAcidLabeled. createResidue(java.util.Map<java.lang.String,AtomRecord> recordMap)
-
Uses of AtomRecord in com.actelion.research.chem.io.pdb.parser
Methods in com.actelion.research.chem.io.pdb.parser that return types with arguments of type AtomRecord Modifier and Type Method Description java.util.List<AtomRecord>
PDBCoordEntryFile. getHetAtomRecords()
java.util.List<AtomRecord>
PDBCoordEntryFile. getProtAtomRecords()
Method parameters in com.actelion.research.chem.io.pdb.parser with type arguments of type AtomRecord Modifier and Type Method Description void
PDBCoordEntryFile. setHetAtomRecords(java.util.List<AtomRecord> hetAtomRecords)
void
PDBCoordEntryFile. setProtAtomRecords(java.util.List<AtomRecord> protAtomRecords)
Constructor parameters in com.actelion.research.chem.io.pdb.parser with type arguments of type AtomRecord Constructor Description Residue(java.util.List<AtomRecord> records)
-