Package | Description |
---|---|
org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
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 |
Modifier and Type | Method and Description |
---|---|
SpaceGroup |
PDBCrystallographicInfo.getSpaceGroup()
Get the SpaceGroup
|
Modifier and Type | Method and Description |
---|---|
void |
PDBCrystallographicInfo.setSpaceGroup(SpaceGroup spaceGroup)
Set the SpaceGroup
|
Modifier and Type | Method and Description |
---|---|
static Symmetry |
MMCIFFileTools.convertSpaceGroupToSymmetry(SpaceGroup sg)
Converts a SpaceGroup object to a
Symmetry object. |
Modifier and Type | Method and Description |
---|---|
static String |
MmtfUtils.getSpaceGroupAsString(SpaceGroup spaceGroup)
Get the string representation of a space group.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static TreeMap<Integer,SpaceGroup> |
SymoplibParser.getAllSpaceGroups() |
static TreeMap<Integer,SpaceGroup> |
SymoplibParser.parseSpaceGroupsXML(InputStream spaceGroupIS)
Load all SpaceGroup information from the file spacegroups.xml
|
static TreeMap<Integer,SpaceGroup> |
SymoplibParser.parseSymopLib(InputStream symoplibIS)
A parser for the symop.lib file provided by CCP4.
|
Constructor and 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
|
Modifier and Type | Field and Description |
---|---|
SpaceGroup |
SpaceGroupMapElements.value |
Modifier and Type | Method and Description |
---|---|
TreeMap<Integer,SpaceGroup> |
TreeMapSpaceGroupWrapper.getData() |
TreeMap<Integer,SpaceGroup> |
SpaceGroupMapRoot.getMapProperty() |
Modifier and Type | Method and Description |
---|---|
void |
TreeMapSpaceGroupWrapper.setData(TreeMap<Integer,SpaceGroup> data) |
void |
SpaceGroupMapRoot.setMapProperty(TreeMap<Integer,SpaceGroup> map) |
Constructor and Description |
---|
SpaceGroupMapElements(Integer key,
SpaceGroup value) |
Copyright © 2000–2019 BioJava. All rights reserved.