Uses of Class
org.biojava.nbio.structure.xtal.SpaceGroup
Packages that use SpaceGroup
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of SpaceGroup in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return SpaceGroupMethods in org.biojava.nbio.structure with parameters of type SpaceGroupModifier and TypeMethodDescriptionvoid
PDBCrystallographicInfo.setSpaceGroup
(SpaceGroup spaceGroup) Set the SpaceGroup -
Uses of SpaceGroup in org.biojava.nbio.structure.io.mmtf
Methods in org.biojava.nbio.structure.io.mmtf with parameters of type SpaceGroupModifier and TypeMethodDescriptionstatic String
MmtfUtils.getSpaceGroupAsString
(SpaceGroup spaceGroup) Get the string representation of a space group. -
Uses of SpaceGroup in org.biojava.nbio.structure.xtal
Methods in org.biojava.nbio.structure.xtal that return SpaceGroupModifier 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.Methods in org.biojava.nbio.structure.xtal that return types with arguments of type SpaceGroupModifier 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.Constructors in org.biojava.nbio.structure.xtal with parameters of type SpaceGroupModifierConstructorDescriptionCreates 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
Fields in org.biojava.nbio.structure.xtal.io declared as SpaceGroupMethods in org.biojava.nbio.structure.xtal.io that return types with arguments of type SpaceGroupModifier and TypeMethodDescriptionTreeMapSpaceGroupWrapper.getData()
SpaceGroupMapRoot.getMapProperty()
Method parameters in org.biojava.nbio.structure.xtal.io with type arguments of type SpaceGroupModifier and TypeMethodDescriptionvoid
TreeMapSpaceGroupWrapper.setData
(TreeMap<Integer, SpaceGroup> data) void
SpaceGroupMapRoot.setMapProperty
(TreeMap<Integer, SpaceGroup> map) Constructors in org.biojava.nbio.structure.xtal.io with parameters of type SpaceGroup