Uses of Class
org.biojava.nbio.structure.xtal.CrystalCell
-
Packages that use CrystalCell Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files.org.biojava.nbio.structure.xtal -
-
Uses of CrystalCell in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return CrystalCell Modifier and Type Method Description CrystalCell
PDBCrystallographicInfo. getCrystalCell()
Return the crystal cellMethods in org.biojava.nbio.structure with parameters of type CrystalCell Modifier and Type Method Description void
PDBCrystallographicInfo. setCrystalCell(CrystalCell cell)
Set the crystal cell -
Uses of CrystalCell in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type CrystalCell Modifier and Type Method Description static Cell
MMCIFFileTools. convertCrystalCellToCell(CrystalCell c)
Converts a CrystalCell object to aCell
object. -
Uses of CrystalCell in org.biojava.nbio.structure.xtal
Methods in org.biojava.nbio.structure.xtal that return CrystalCell Modifier and Type Method Description CrystalCell
BravaisLattice. getExampleUnitCell()
-