Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PdbxStructOperList

Index

Properties

__typename?: "PdbxStructOperList"
id: string

This identifier code must uniquely identify a record in the PDBX_STRUCT_OPER_LIST list.

matrix_1_1?: <internal>.Maybe<number>

The [1][1] element of the 3x3 matrix component of the transformation operation.

matrix_1_2?: <internal>.Maybe<number>

The [1][2] element of the 3x3 matrix component of the transformation operation.

matrix_1_3?: <internal>.Maybe<number>

The [1][3] element of the 3x3 matrix component of the transformation operation.

matrix_2_1?: <internal>.Maybe<number>

The [2][1] element of the 3x3 matrix component of the transformation operation.

matrix_2_2?: <internal>.Maybe<number>

The [2][2] element of the 3x3 matrix component of the transformation operation.

matrix_2_3?: <internal>.Maybe<number>

The [2][3] element of the 3x3 matrix component of the transformation operation.

matrix_3_1?: <internal>.Maybe<number>

The [3][1] element of the 3x3 matrix component of the transformation operation.

matrix_3_2?: <internal>.Maybe<number>

The [3][2] element of the 3x3 matrix component of the transformation operation.

matrix_3_3?: <internal>.Maybe<number>

The [3][3] element of the 3x3 matrix component of the transformation operation.

name?: <internal>.Maybe<string>

A descriptive name for the transformation operation.

Examples: 1_555, two-fold rotation

symmetry_operation?: <internal>.Maybe<string>

The symmetry operation corresponding to the transformation operation.

Examples: x,y,z, x+1/2,y,-z

type?: <internal>.Maybe<string>

A code to indicate the type of operator.

Allowable values: 2D crystal symmetry operation, 3D crystal symmetry operation, build 2D crystal asymmetric unit, build 3D crystal asymmetric unit, build helical asymmetric unit, build point asymmetric unit, crystal symmetry operation, helical symmetry operation, identity operation, point symmetry operation, transform to 2D crystal frame, transform to 3D crystal frame, transform to crystal frame, transform to helical frame, transform to point frame

vector_1?: <internal>.Maybe<number>

The [1] element of the three-element vector component of the transformation operation.

vector_2?: <internal>.Maybe<number>

The [2] element of the three-element vector component of the transformation operation.

vector_3?: <internal>.Maybe<number>

The [3] element of the three-element vector component of the transformation operation.

Generated using TypeDoc