Uses of Class
org.biojava.nbio.structure.PDBCrystallographicInfo
Packages that use PDBCrystallographicInfo
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of PDBCrystallographicInfo in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return PDBCrystallographicInfoModifier and TypeMethodDescriptionPDBHeader.getCrystallographicInfo()Structure.getCrystallographicInfo()Get crystallographic information for this structureStructureImpl.getCrystallographicInfo()Gets crystallographic information for this structureMethods in org.biojava.nbio.structure with parameters of type PDBCrystallographicInfoModifier and TypeMethodDescriptionvoidPDBHeader.setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo) voidStructure.setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo) Set crystallographic information for this structurevoidStructureImpl.setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo) Sets crystallographic information for this structure -
Uses of PDBCrystallographicInfo in org.biojava.nbio.structure.io.mmtf
Methods in org.biojava.nbio.structure.io.mmtf with parameters of type PDBCrystallographicInfoModifier and TypeMethodDescriptionstatic float[]MmtfUtils.getUnitCellAsArray(PDBCrystallographicInfo xtalInfo) Get the length six array of the unit cell information.