OEAnisoUij

class OEAnisoUij

The OEAnisoUij class is a simple container used to package anisotropic B-factor parameters that can be associated with an OEAtomBase object. Using one can make accessing Uij values easier in wrapped languages.

Constructors

OEAnisoUij() -> OEAnisoUij
OEAnisoUij(u11: int, u22: int, u33: int, u12: int, u13: int,
           u23: int) -> OEAnisoUij

Default constructor (which sets all parameters to 0) and constructor that takes specific values for each parameter.

GetU11

GetU11() -> int

GetU12

GetU12() -> int

GetU13

GetU13() -> int

GetU22

GetU22() -> int

GetU23

GetU23() -> int

GetU33

GetU33() -> int

SetU11

SetU11(val: int) -> None

SetU12

SetU12(val: int) -> None

SetU13

SetU13(val: int) -> None

SetU22

SetU22(val: int) -> None

SetU23

SetU23(val: int) -> None

SetU33

SetU33(val: int) -> None