Uses of Class
org.biojava.nbio.structure.xtal.SpaceGroup
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of SpaceGroup in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionvoid
PDBCrystallographicInfo.setSpaceGroup
(SpaceGroup spaceGroup) Set the SpaceGroup -
Uses of SpaceGroup in org.biojava.nbio.structure.io.mmtf
Modifier and TypeMethodDescriptionstatic String
MmtfUtils.getSpaceGroupAsString
(SpaceGroup spaceGroup) Get the string representation of a space group. -
Uses of SpaceGroup in org.biojava.nbio.structure.xtal
Modifier and TypeMethodDescriptionstatic SpaceGroup
SymoplibParser.getSpaceGroup
(int id) Gets the space group for the given standard identifier.static SpaceGroup
SymoplibParser.getSpaceGroup
(String shortName) Get the space group for the given international short name, using the PDB format, e.g.static SpaceGroup
SpaceGroup.parseSpaceGroup
(String shortName) Get the space group for the given international short name, using the PDB format, e.g.Modifier and TypeMethodDescriptionstatic TreeMap
<Integer, SpaceGroup> SymoplibParser.getAllSpaceGroups()
static TreeMap
<Integer, SpaceGroup> SymoplibParser.parseSpaceGroupsXML
(InputStream spaceGroupIS) Load all SpaceGroup information from the file spacegroups.xmlstatic TreeMap
<Integer, SpaceGroup> SymoplibParser.parseSymopLib
(InputStream symoplibIS) A parser for the symop.lib file provided by CCP4.ModifierConstructorDescriptionCreates a new CrystalTransform representing the identity transform in cell (0,0,0)CrystalTransform
(SpaceGroup sg, int transformId) Represents the n-th transform -
Uses of SpaceGroup in org.biojava.nbio.structure.xtal.io
Modifier and TypeMethodDescriptionTreeMapSpaceGroupWrapper.getData()
SpaceGroupMapRoot.getMapProperty()
Modifier and TypeMethodDescriptionvoid
TreeMapSpaceGroupWrapper.setData
(TreeMap<Integer, SpaceGroup> data) void
SpaceGroupMapRoot.setMapProperty
(TreeMap<Integer, SpaceGroup> map)