public class PDBCrystallographicInfo extends Object implements Serializable
| Constructor and Description |
|---|
PDBCrystallographicInfo() |
| Modifier and Type | Method and Description |
|---|---|
float |
getA() |
float |
getAlpha() |
float |
getB() |
float |
getBeta() |
float |
getC() |
CrystalCell |
getCrystalCell()
Return the crystal cell
|
float |
getGamma() |
javax.vecmath.Matrix4d[] |
getNcsOperators()
Get the NCS operators.
|
SpaceGroup |
getSpaceGroup()
Get the SpaceGroup
|
javax.vecmath.Matrix4d[] |
getTransformationsOrthonormal()
Gets all symmetry transformation operators corresponding to this structure's space group
(including the identity, at index 0) expressed in the orthonormal basis.
|
int |
getZ()
Deprecated.
As of 4.0, use
SpaceGroup.getMultiplicity() and Structure.size() |
void |
setCrystalCell(CrystalCell cell)
Set the crystal cell
|
void |
setNcsOperators(javax.vecmath.Matrix4d[] ncsOperators)
Set the NCS operators.
|
void |
setSpaceGroup(SpaceGroup spaceGroup)
Set the SpaceGroup
|
String |
toString() |
public float getA()
public float getB()
public float getC()
public float getAlpha()
public float getBeta()
public float getGamma()
public CrystalCell getCrystalCell()
public void setCrystalCell(CrystalCell cell)
cell - public SpaceGroup getSpaceGroup()
public void setSpaceGroup(SpaceGroup spaceGroup)
spaceGroup - @Deprecated public int getZ()
SpaceGroup.getMultiplicity() and Structure.size()public javax.vecmath.Matrix4d[] getTransformationsOrthonormal()
SpaceGroup.getNumOperators()public javax.vecmath.Matrix4d[] getNcsOperators()
public void setNcsOperators(javax.vecmath.Matrix4d[] ncsOperators)
ncsOperators - Copyright © 2000–2016 BioJava. All rights reserved.