Uses of Class
org.biojava.nbio.structure.PDBCrystallographicInfo
-
Packages that use PDBCrystallographicInfo Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io.mmtf -
-
Uses of PDBCrystallographicInfo in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return PDBCrystallographicInfo Modifier and Type Method Description PDBCrystallographicInfoPDBHeader. getCrystallographicInfo()PDBCrystallographicInfoStructure. getCrystallographicInfo()Get crystallographic information for this structurePDBCrystallographicInfoStructureImpl. getCrystallographicInfo()Gets crystallographic information for this structureMethods in org.biojava.nbio.structure with parameters of type PDBCrystallographicInfo Modifier and Type Method Description voidPDBHeader. 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 PDBCrystallographicInfo Modifier and Type Method Description static float[]MmtfUtils. getUnitCellAsArray(PDBCrystallographicInfo xtalInfo)Get the length six array of the unit cell information.
-