public class SpaceGroup extends Object implements Serializable
SymoplibParser
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected static double |
DELTA |
Constructor and Description |
---|
SpaceGroup(int id,
int multiplicity,
int primitiveMultiplicity,
String shortSymbol,
String altShortSymbol,
BravaisLattice bravLattice) |
Modifier and Type | Method and Description |
---|---|
void |
addTransformation(String transfAlgebraic) |
boolean |
areInSameAxis(int tId1,
int tId2)
Returns true if both given transform ids belong to the same crystallographic axis (a, b or c)
For two non-rotation transformations (i.e. identity operators) it returns true
|
protected static boolean |
deltaComp(double d1,
double d2,
double delta) |
boolean |
equals(Object o) |
static String |
getAlgebraicFromMatrix(javax.vecmath.Matrix4d m) |
String |
getAltShortSymbol()
Gets the alternative international short name (as sometimes used in PDB),
e.g.
|
int |
getAxisFoldType(int transformId)
Given a transformId returns the type of axis of rotation: 1 (no rotation), 2, 3, 4 or 6 -fold
and for improper rotations: -1, -2, -3, -4 and -6
|
int[] |
getAxisTypes() |
BravaisLattice |
getBravLattice() |
javax.vecmath.Vector3d |
getCellTranslation(int i) |
javax.vecmath.Vector3d[] |
getCellTranslations() |
static Pattern |
getCoordpat() |
static double |
getDelta() |
int |
getId()
Gets the standard numeric identifier for the space group.
|
static javax.vecmath.Matrix4d |
getMatrixFromAlgebraic(String transfAlgebraic) |
int |
getMultiplicity() |
static Pattern |
getNonenantpat() |
int |
getNumOperators()
Gets the number of symmetry operators corresponding to this SpaceGroup (counting
the identity operator)
|
int |
getPrimitiveMultiplicity() |
static javax.vecmath.AxisAngle4d |
getRotAxisAndAngle(javax.vecmath.Matrix3d m)
Given a rotation matrix calculates the rotation axis and angle for it.
|
javax.vecmath.AxisAngle4d |
getRotAxisAngle(int transformId) |
static int |
getRotAxisType(javax.vecmath.Matrix4d m)
Given a transformation matrix containing a rotation returns the type of rotation:
1 for identity, 2 for 2-fold rotation, 3 for 3-fold rotation, 4 for 4-fold rotation,
6 for 6-fold rotation,
-1 for inversions, -2 for mirror planes, -3 for 3-fold improper rotation,
-4 for 4-fold improper rotation and -6 for 6-fold improper rotation
|
static long |
getSerialversionuid() |
String |
getShortSymbol()
Gets the international short name (as used in PDB),
e.g.
|
static Pattern |
getSplitpat1() |
static Pattern |
getSplitpat2() |
static Pattern |
getTranscoefpat() |
List<String> |
getTransfAlgebraic() |
String |
getTransfAlgebraic(int i)
Gets a transformation algebraic string given its index.
|
javax.vecmath.Matrix4d |
getTransformation(int i)
Gets a transformation by index expressed in crystal axes basis.
|
List<javax.vecmath.Matrix4d> |
getTransformations()
Gets all transformations except for the identity in crystal axes basis.
|
int |
hashCode() |
protected void |
initializeCellTranslations() |
boolean |
isEnantiomorphic() |
static SpaceGroup |
parseSpaceGroup(String shortName)
Get the space group for the given international short name, using
the PDB format, e.g.
|
void |
setAltShortSymbol(String altShortSymbol) |
void |
setAxisTypes(int[] axisTypes) |
void |
setBravLattice(BravaisLattice bravLattice) |
void |
setId(int id) |
void |
setMultiplicity(int multiplicity) |
void |
setPrimitiveMultiplicity(int primitiveMultiplicity) |
void |
setShortSymbol(String shortSymbol) |
void |
setTransfAlgebraic(List<String> transfAlgebraic) |
String |
toString() |
String |
toXML() |
protected static final double DELTA
public SpaceGroup(int id, int multiplicity, int primitiveMultiplicity, String shortSymbol, String altShortSymbol, BravaisLattice bravLattice)
public static SpaceGroup parseSpaceGroup(String shortName)
shortName
- SymoplibParser.getSpaceGroup(String)
public void addTransformation(String transfAlgebraic)
protected void initializeCellTranslations()
public int getMultiplicity()
public int getPrimitiveMultiplicity()
public javax.vecmath.Vector3d[] getCellTranslations()
public javax.vecmath.Vector3d getCellTranslation(int i)
public static javax.vecmath.Matrix4d getMatrixFromAlgebraic(String transfAlgebraic)
public int getId()
public String getShortSymbol()
public String getAltShortSymbol()
public List<javax.vecmath.Matrix4d> getTransformations()
public javax.vecmath.AxisAngle4d getRotAxisAngle(int transformId)
public boolean areInSameAxis(int tId1, int tId2)
tId1
- tId2
- public int getAxisFoldType(int transformId)
transformId
- public javax.vecmath.Matrix4d getTransformation(int i)
i
- public String getTransfAlgebraic(int i)
i
- public int getNumOperators()
public static String getAlgebraicFromMatrix(javax.vecmath.Matrix4d m)
protected static boolean deltaComp(double d1, double d2, double delta)
public BravaisLattice getBravLattice()
public boolean isEnantiomorphic()
public static javax.vecmath.AxisAngle4d getRotAxisAndAngle(javax.vecmath.Matrix3d m)
m
- IllegalArgumentException
- if given matrix is not a rotation matrix (determinant not 1 or -1)public static int getRotAxisType(javax.vecmath.Matrix4d m)
m
- public List<String> getTransfAlgebraic()
public void setTransfAlgebraic(List<String> transfAlgebraic)
public int[] getAxisTypes()
public void setAxisTypes(int[] axisTypes)
public static long getSerialversionuid()
public static Pattern getSplitpat1()
public static Pattern getSplitpat2()
public static Pattern getCoordpat()
public static Pattern getTranscoefpat()
public static Pattern getNonenantpat()
public static double getDelta()
public void setId(int id)
public void setMultiplicity(int multiplicity)
public void setPrimitiveMultiplicity(int primitiveMultiplicity)
public void setShortSymbol(String shortSymbol)
public void setAltShortSymbol(String altShortSymbol)
public void setBravLattice(BravaisLattice bravLattice)
Copyright © 2000–2019 BioJava. All rights reserved.