Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | swap (ULQuaternionExpression e) |
ULQuaternionExpression | assign (ULQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ULQuaternionExpression instance e. More... | |
ULQuaternionExpression | assign (ConstFQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e. More... | |
ULQuaternionExpression | assign (ConstDQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e. More... | |
ULQuaternionExpression | assign (ConstLQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e. More... | |
ULQuaternionExpression | assign (ConstULQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e. More... | |
None | assign (object a) |
Replaces the current state of self with a copy of the state of the object instance a. More... | |
None | setC1 (int v) |
None | setC2 (int v) |
None | setC3 (int v) |
None | setC4 (int v) |
None | set (int c1=0, int c2=0, int c3=0, int c4=0) |
ULQuaternionExpression | __iadd__ (int t) |
Performs the in-place addition operation self += t . More... | |
ULQuaternionExpression | __iadd__ (ULQuaternionExpression e) |
Performs the in-place addition operation self += e . More... | |
ULQuaternionExpression | __iadd__ (ConstULQuaternionExpression q) |
Performs the in-place addition operation self += q . More... | |
ULQuaternionExpression | __isub__ (int t) |
Performs the in-place subtraction operation self -= t . More... | |
ULQuaternionExpression | __isub__ (ULQuaternionExpression e) |
Performs the in-place subtraction operation self -= e . More... | |
ULQuaternionExpression | __isub__ (ConstULQuaternionExpression q) |
Performs the in-place subtraction operation self -= q . More... | |
ULQuaternionExpression | __imul__ (int t) |
Performs the in-place multiplication operation self *= t . More... | |
ULQuaternionExpression | __imul__ (ULQuaternionExpression e) |
Performs the in-place multiplication operation self *= e . More... | |
ULQuaternionExpression | __imul__ (ConstULQuaternionExpression q) |
Performs the in-place multiplication operation self *= q . More... | |
ULQuaternionExpression | __idiv__ (int t) |
Performs the in-place division operation self /= t . More... | |
ULQuaternionExpression | __idiv__ (ULQuaternionExpression e) |
Performs the in-place division operation self /= e . More... | |
ULQuaternionExpression | __idiv__ (ConstULQuaternionExpression q) |
Performs the in-place division operation self /= q . More... | |
ULQuaternionExpression | __itruediv__ (int t) |
ULQuaternionExpression | __itruediv__ (ULQuaternionExpression e) |
ULQuaternionExpression | __itruediv__ (ConstULQuaternionExpression q) |
Public Member Functions inherited from CDPL.Math.ConstULQuaternionExpression | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
int | getC1 () |
int | getC2 () |
int | getC3 () |
int | getC4 () |
object | toArray () |
bool | __eq__ (ConstULQuaternionExpression e) |
Returns the result of the comparison operation self == e . More... | |
bool | __ne__ (ConstULQuaternionExpression e) |
Returns the result of the comparison operation self != e . More... | |
str | __str__ () |
Returns a string representation of the ConstULQuaternionExpression instance. More... | |
ConstULQuaternionExpression | __pos__ () |
ConstULQuaternionExpression | __neg__ () |
ConstULQuaternionExpression | __add__ (int t) |
Returns the result of the addition operation self + t . More... | |
ConstULQuaternionExpression | __add__ (ConstULQuaternionExpression e) |
Returns the result of the addition operation self + e . More... | |
ConstULQuaternionExpression | __radd__ (int t) |
ConstULQuaternionExpression | __sub__ (int t) |
Returns the result of the subtraction operation self - t . More... | |
ConstULQuaternionExpression | __sub__ (ConstULQuaternionExpression e) |
Returns the result of the subtraction operation self - e . More... | |
ConstULQuaternionExpression | __rsub__ (int t) |
ConstULQuaternionExpression | __mul__ (int t) |
Returns the result of the multiplication operation self * t . More... | |
ConstULQuaternionExpression | __mul__ (ConstULQuaternionExpression e) |
Returns the result of the multiplication operation self * e . More... | |
ConstULQuaternionExpression | __rmul__ (int t) |
ConstULQuaternionExpression | __div__ (int t) |
Returns the result of the division operation self / t . More... | |
ConstULQuaternionExpression | __div__ (ConstULQuaternionExpression e) |
Returns the result of the division operation self / e . More... | |
ConstULQuaternionExpression | __truediv__ (int t) |
ConstULQuaternionExpression | __rdiv__ (int t) |
Additional Inherited Members | |
Properties inherited from CDPL.Math.ConstULQuaternionExpression | |
objectID = property(getObjectID) | |
None CDPL.Math.ULQuaternionExpression.swap | ( | ULQuaternionExpression | e | ) |
e |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign | ( | ULQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ULQuaternionExpression instance e.
e | The ULQuaternionExpression instance to copy. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign | ( | ConstFQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e.
e | The ConstFQuaternionExpression instance to copy. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign | ( | ConstDQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e.
e | The ConstDQuaternionExpression instance to copy. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign | ( | ConstLQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e.
e | The ConstLQuaternionExpression instance to copy. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign | ( | ConstULQuaternionExpression | e | ) |
Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e.
e | The ConstULQuaternionExpression instance to copy. |
None CDPL.Math.ULQuaternionExpression.assign | ( | object | a | ) |
Replaces the current state of self with a copy of the state of the object instance a.
a | The object instance to copy. |
None CDPL.Math.ULQuaternionExpression.setC1 | ( | int | v | ) |
v |
None CDPL.Math.ULQuaternionExpression.setC2 | ( | int | v | ) |
v |
None CDPL.Math.ULQuaternionExpression.setC3 | ( | int | v | ) |
v |
None CDPL.Math.ULQuaternionExpression.setC4 | ( | int | v | ) |
v |
None CDPL.Math.ULQuaternionExpression.set | ( | int | c1 = 0 , |
int | c2 = 0 , |
||
int | c3 = 0 , |
||
int | c4 = 0 |
||
) |
c1 | |
c2 | |
c3 | |
c4 |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__iadd__ | ( | int | t | ) |
Performs the in-place addition operation self += t
.
t | Specifies the second addend. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__iadd__ | ( | ULQuaternionExpression | e | ) |
Performs the in-place addition operation self += e
.
e | Specifies the second addend. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__iadd__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place addition operation self += q
.
q | Specifies the second addend. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__isub__ | ( | int | t | ) |
Performs the in-place subtraction operation self -= t
.
t | Specifies the subtrahend. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__isub__ | ( | ULQuaternionExpression | e | ) |
Performs the in-place subtraction operation self -= e
.
e | Specifies the subtrahend. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__isub__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place subtraction operation self -= q
.
q | Specifies the subtrahend. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__imul__ | ( | int | t | ) |
Performs the in-place multiplication operation self *= t
.
t | Specifies the multiplier. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__imul__ | ( | ULQuaternionExpression | e | ) |
Performs the in-place multiplication operation self *= e
.
e | Specifies the multiplier. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__imul__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place multiplication operation self *= q
.
q | Specifies the multiplier. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__idiv__ | ( | int | t | ) |
Performs the in-place division operation self /= t
.
t | Specifies the divisor. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__idiv__ | ( | ULQuaternionExpression | e | ) |
Performs the in-place division operation self /= e
.
e | Specifies the divisor. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__idiv__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place division operation self /= q
.
q | Specifies the divisor. |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__itruediv__ | ( | int | t | ) |
t |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__itruediv__ | ( | ULQuaternionExpression | e | ) |
e |
ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__itruediv__ | ( | ConstULQuaternionExpression | q | ) |
q |