Uses of Class
org.biojava.nbio.structure.PDBCrystallographicInfo
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of PDBCrystallographicInfo in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionPDBHeader.getCrystallographicInfo()
Structure.getCrystallographicInfo()
Get crystallographic information for this structureStructureImpl.getCrystallographicInfo()
Gets crystallographic information for this structureModifier and TypeMethodDescriptionvoid
PDBHeader.setCrystallographicInfo
(PDBCrystallographicInfo crystallographicInfo) void
Structure.setCrystallographicInfo
(PDBCrystallographicInfo crystallographicInfo) Set crystallographic information for this structurevoid
StructureImpl.setCrystallographicInfo
(PDBCrystallographicInfo crystallographicInfo) Sets crystallographic information for this structure -
Uses of PDBCrystallographicInfo in org.biojava.nbio.structure.io.mmtf
Modifier and TypeMethodDescriptionstatic float[]
MmtfUtils.getUnitCellAsArray
(PDBCrystallographicInfo xtalInfo) Get the length six array of the unit cell information.