Uses of Class
org.biojava.nbio.structure.xtal.SpaceGroup
-
Packages that use SpaceGroup Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io.mmtf org.biojava.nbio.structure.xtal org.biojava.nbio.structure.xtal.io -
-
Uses of SpaceGroup in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return SpaceGroup Modifier and Type Method Description SpaceGroup
PDBCrystallographicInfo. getSpaceGroup()
Get the SpaceGroupMethods in org.biojava.nbio.structure with parameters of type SpaceGroup Modifier and Type Method Description void
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 SpaceGroup Modifier and Type Method Description static 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 SpaceGroup Modifier and Type Method Description static 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 SpaceGroup Modifier and Type Method Description static 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 SpaceGroup Constructor Description CrystalTransform(SpaceGroup sg)
Creates 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 SpaceGroup Modifier and Type Field Description SpaceGroup
SpaceGroupMapElements. value
Methods in org.biojava.nbio.structure.xtal.io that return types with arguments of type SpaceGroup Modifier and Type Method Description TreeMap<Integer,SpaceGroup>
TreeMapSpaceGroupWrapper. getData()
TreeMap<Integer,SpaceGroup>
SpaceGroupMapRoot. getMapProperty()
Method parameters in org.biojava.nbio.structure.xtal.io with type arguments of type SpaceGroup Modifier and Type Method Description void
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 Constructor Description SpaceGroupMapElements(Integer key, SpaceGroup value)
-