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.structureMethods in org.biojava.nbio.structure that return SpaceGroupMethods in org.biojava.nbio.structure with parameters of type SpaceGroupModifier and TypeMethodDescriptionvoidPDBCrystallographicInfo.setSpaceGroup(SpaceGroup spaceGroup) Set the SpaceGroup
- 
Uses of SpaceGroup in org.biojava.nbio.structure.io.mmtfMethods in org.biojava.nbio.structure.io.mmtf with parameters of type SpaceGroupModifier and TypeMethodDescriptionstatic StringMmtfUtils.getSpaceGroupAsString(SpaceGroup spaceGroup) Get the string representation of a space group.
- 
Uses of SpaceGroup in org.biojava.nbio.structure.xtalMethods in org.biojava.nbio.structure.xtal that return SpaceGroupModifier and TypeMethodDescriptionstatic SpaceGroupSymoplibParser.getSpaceGroup(int id) Gets the space group for the given standard identifier.static SpaceGroupSymoplibParser.getSpaceGroup(String shortName) Get the space group for the given international short name, using the PDB format, e.g.static SpaceGroupSpaceGroup.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.ioFields 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 TypeMethodDescriptionvoidTreeMapSpaceGroupWrapper.setData(TreeMap<Integer, SpaceGroup> data) voidSpaceGroupMapRoot.setMapProperty(TreeMap<Integer, SpaceGroup> map) Constructors in org.biojava.nbio.structure.xtal.io with parameters of type SpaceGroup