Uses of Class
org.biojava.nbio.structure.xtal.SpaceGroup
-
Packages that use SpaceGroup Package Description org.biojava.nbio.structure org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files.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 SpaceGroupPDBCrystallographicInfo. getSpaceGroup()Get the SpaceGroupMethods in org.biojava.nbio.structure with parameters of type SpaceGroup Modifier and Type Method Description voidPDBCrystallographicInfo. setSpaceGroup(SpaceGroup spaceGroup)Set the SpaceGroup -
Uses of SpaceGroup in org.biojava.nbio.structure.io.mmcif
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type SpaceGroup Modifier and Type Method Description static SymmetryMMCIFFileTools. convertSpaceGroupToSymmetry(SpaceGroup sg)Converts a SpaceGroup object to aSymmetryobject. -
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 StringMmtfUtils. 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 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 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 SpaceGroupSpaceGroupMapElements. valueMethods 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 voidTreeMapSpaceGroupWrapper. setData(TreeMap<Integer,SpaceGroup> data)voidSpaceGroupMapRoot. 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)
-