Package org.rcsb.cif.model.generated
Class DatabasePDBMatrix
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DatabasePDBMatrix
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DatabasePDBMatrix extends BaseCategory
The DATABASE_PDB_MATRIX category provides placeholders for transformation matrices and vectors used by the Protein Data Bank (PDB). These data items are included only for consistency with older PDB format files. They should appear in a data block only if that data block was created by reformatting a PDB format file.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DatabasePDBMatrix(String name)DatabasePDBMatrix(String name, int rowCount, Object[] encodedColumns)DatabasePDBMatrix(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.FloatColumngetOrigx11()The elements of the PDB ORIGX matrix.FloatColumngetOrigx12()The elements of the PDB ORIGX matrix.FloatColumngetOrigx13()The elements of the PDB ORIGX matrix.FloatColumngetOrigx21()The elements of the PDB ORIGX matrix.FloatColumngetOrigx22()The elements of the PDB ORIGX matrix.FloatColumngetOrigx23()The elements of the PDB ORIGX matrix.FloatColumngetOrigx31()The elements of the PDB ORIGX matrix.FloatColumngetOrigx32()The elements of the PDB ORIGX matrix.FloatColumngetOrigx33()The elements of the PDB ORIGX matrix.FloatColumngetOrigxVector1()The elements of the PDB ORIGX vector.FloatColumngetOrigxVector2()The elements of the PDB ORIGX vector.FloatColumngetOrigxVector3()The elements of the PDB ORIGX vector.FloatColumngetScale11()The elements of the PDB SCALE matrix.FloatColumngetScale12()The elements of the PDB SCALE matrix.FloatColumngetScale13()The elements of the PDB SCALE matrix.FloatColumngetScale21()The elements of the PDB SCALE matrix.FloatColumngetScale22()The elements of the PDB SCALE matrix.FloatColumngetScale23()The elements of the PDB SCALE matrix.FloatColumngetScale31()The elements of the PDB SCALE matrix.FloatColumngetScale32()The elements of the PDB SCALE matrix.FloatColumngetScale33()The elements of the PDB SCALE matrix.FloatColumngetScaleVector1()The elements of the PDB SCALE vector.FloatColumngetScaleVector2()The elements of the PDB SCALE vector.FloatColumngetScaleVector3()The elements of the PDB SCALE vector.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getOrigx11
public FloatColumn getOrigx11()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx12
public FloatColumn getOrigx12()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx13
public FloatColumn getOrigx13()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx21
public FloatColumn getOrigx21()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx22
public FloatColumn getOrigx22()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx23
public FloatColumn getOrigx23()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx31
public FloatColumn getOrigx31()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx32
public FloatColumn getOrigx32()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx33
public FloatColumn getOrigx33()
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigxVector1
public FloatColumn getOrigxVector1()
The elements of the PDB ORIGX vector.- Returns:
- FloatColumn
-
getOrigxVector2
public FloatColumn getOrigxVector2()
The elements of the PDB ORIGX vector.- Returns:
- FloatColumn
-
getOrigxVector3
public FloatColumn getOrigxVector3()
The elements of the PDB ORIGX vector.- Returns:
- FloatColumn
-
getScale11
public FloatColumn getScale11()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale12
public FloatColumn getScale12()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale13
public FloatColumn getScale13()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale21
public FloatColumn getScale21()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale22
public FloatColumn getScale22()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale23
public FloatColumn getScale23()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale31
public FloatColumn getScale31()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale32
public FloatColumn getScale32()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale33
public FloatColumn getScale33()
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScaleVector1
public FloatColumn getScaleVector1()
The elements of the PDB SCALE vector.- Returns:
- FloatColumn
-
getScaleVector2
public FloatColumn getScaleVector2()
The elements of the PDB SCALE vector.- Returns:
- FloatColumn
-
getScaleVector3
public FloatColumn getScaleVector3()
The elements of the PDB SCALE vector.- Returns:
- FloatColumn
-
-