public class BioAssemblyTransformation extends Object implements Serializable
Constructor and Description |
---|
BioAssemblyTransformation() |
Modifier and Type | Method and Description |
---|---|
int[] |
getChainIndexList()
Gets the indices of the chains this bioassembly refers to.
|
double[] |
getMatrix()
Gets the 4x4 matrix transformation specifying a rotation and a translation.
|
void |
setChainIndexList(int[] inputChainId)
Sets the chain id.
|
void |
setMatrix(double[] transformation)
Sets the 4x4 matrix transformation specifying a rotation and a translation.
|
public double[] getMatrix()
public void setMatrix(double[] transformation)
transformation
- the new transformationpublic int[] getChainIndexList()
public void setChainIndexList(int[] inputChainId)
inputChainId
- a list of integers indicating the indices (zero indexed) of the chains this bioassembly refers to.Copyright © 2015–2016 RCSB PDB. All rights reserved.