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