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 PDBCrystallographicInfo
PDBHeader. getCrystallographicInfo()
PDBCrystallographicInfo
Structure. getCrystallographicInfo()
Get crystallographic information for this structurePDBCrystallographicInfo
StructureImpl. getCrystallographicInfo()
Gets crystallographic information for this structureMethods in org.biojava.nbio.structure with parameters of type PDBCrystallographicInfo Modifier and Type Method Description void
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
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.
-