![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Math.ULVectorQuaternionAdapter:Public Member Functions | |
| None | __init__ (ULVectorQuaternionAdapter a) |
| Initializes a copy of the ULVectorQuaternionAdapter instance a. More... | |
| None | __init__ (ULVectorExpression e) |
| Initializes the ULVectorQuaternionAdapter instance. More... | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| ULVectorQuaternionAdapter | assign (ConstFQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e. More... | |
| ULVectorQuaternionAdapter | assign (ConstDQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e. More... | |
| ULVectorQuaternionAdapter | assign (ConstLQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e. More... | |
| ULVectorQuaternionAdapter | assign (ConstULQuaternionExpression e) |
Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e. More... | |
| ULVectorQuaternionAdapter | assign (ULVectorQuaternionAdapter a) |
Replaces the current state of self with a copy of the state of the ULVectorQuaternionAdapter instance a. More... | |
| int | getC1 () |
| int | getC2 () |
| int | getC3 () |
| int | getC4 () |
| object | toArray () |
| None | swap (ULVectorQuaternionAdapter a) |
| 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) |
| ULVectorExpression | getData () |
| bool | __eq__ (ULVectorQuaternionAdapter a) |
Returns the result of the comparison operation self == a. More... | |
| bool | __eq__ (ConstULQuaternionExpression q) |
Returns the result of the comparison operation self == q. More... | |
| bool | __ne__ (ULVectorQuaternionAdapter a) |
Returns the result of the comparison operation self != a. More... | |
| bool | __ne__ (ConstULQuaternionExpression q) |
Returns the result of the comparison operation self != q. More... | |
| str | __str__ () |
| Returns a string representation of the ULVectorQuaternionAdapter instance. More... | |
| ULVectorQuaternionAdapter | __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) |
| ULVectorQuaternionAdapter | __iadd__ (int t) |
Performs the in-place addition operation self += t. More... | |
| ULVectorQuaternionAdapter | __iadd__ (ULVectorQuaternionAdapter a) |
Performs the in-place addition operation self += a. More... | |
| ULVectorQuaternionAdapter | __iadd__ (ConstULQuaternionExpression q) |
Performs the in-place addition operation self += q. More... | |
| ULVectorQuaternionAdapter | __isub__ (int t) |
Performs the in-place subtraction operation self -= t. More... | |
| ULVectorQuaternionAdapter | __isub__ (ULVectorQuaternionAdapter a) |
Performs the in-place subtraction operation self -= a. More... | |
| ULVectorQuaternionAdapter | __isub__ (ConstULQuaternionExpression q) |
Performs the in-place subtraction operation self -= q. More... | |
| ULVectorQuaternionAdapter | __imul__ (int t) |
Performs the in-place multiplication operation self *= t. More... | |
| ULVectorQuaternionAdapter | __imul__ (ULVectorQuaternionAdapter a) |
Performs the in-place multiplication operation self *= a. More... | |
| ULVectorQuaternionAdapter | __imul__ (ConstULQuaternionExpression q) |
Performs the in-place multiplication operation self *= q. More... | |
| ULVectorQuaternionAdapter | __idiv__ (int t) |
Performs the in-place division operation self /= t. More... | |
| ULVectorQuaternionAdapter | __idiv__ (ULVectorQuaternionAdapter a) |
Performs the in-place division operation self /= a. More... | |
| ULVectorQuaternionAdapter | __idiv__ (ConstULQuaternionExpression q) |
Performs the in-place division operation self /= q. More... | |
| ULVectorQuaternionAdapter | __itruediv__ (int t) |
| ULVectorQuaternionAdapter | __itruediv__ (ULVectorQuaternionAdapter a) |
| ULVectorQuaternionAdapter | __itruediv__ (ConstULQuaternionExpression q) |
Properties | |
| objectID = property(getObjectID) | |
| data = property(getData) | |
| None CDPL.Math.ULVectorQuaternionAdapter.__init__ | ( | ULVectorQuaternionAdapter | a | ) |
Initializes a copy of the ULVectorQuaternionAdapter instance a.
| a | The ULVectorQuaternionAdapter instance to copy. |
| None CDPL.Math.ULVectorQuaternionAdapter.__init__ | ( | ULVectorExpression | e | ) |
Initializes the ULVectorQuaternionAdapter instance.
| e |
| int CDPL.Math.ULVectorQuaternionAdapter.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python ULVectorQuaternionAdapter instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b thus cannot tell reliably whether the two ULVectorQuaternionAdapter instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID().
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.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. |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.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. |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.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. |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.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. |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.assign | ( | ULVectorQuaternionAdapter | a | ) |
Replaces the current state of self with a copy of the state of the ULVectorQuaternionAdapter instance a.
| a | The ULVectorQuaternionAdapter instance to copy. |
| int CDPL.Math.ULVectorQuaternionAdapter.getC1 | ( | ) |
| int CDPL.Math.ULVectorQuaternionAdapter.getC2 | ( | ) |
| int CDPL.Math.ULVectorQuaternionAdapter.getC3 | ( | ) |
| int CDPL.Math.ULVectorQuaternionAdapter.getC4 | ( | ) |
| object CDPL.Math.ULVectorQuaternionAdapter.toArray | ( | ) |
| None CDPL.Math.ULVectorQuaternionAdapter.swap | ( | ULVectorQuaternionAdapter | a | ) |
| a |
| None CDPL.Math.ULVectorQuaternionAdapter.setC1 | ( | int | v | ) |
| v |
| None CDPL.Math.ULVectorQuaternionAdapter.setC2 | ( | int | v | ) |
| v |
| None CDPL.Math.ULVectorQuaternionAdapter.setC3 | ( | int | v | ) |
| v |
| None CDPL.Math.ULVectorQuaternionAdapter.setC4 | ( | int | v | ) |
| v |
| None CDPL.Math.ULVectorQuaternionAdapter.set | ( | int | c1 = 0, |
| int | c2 = 0, |
||
| int | c3 = 0, |
||
| int | c4 = 0 |
||
| ) |
| c1 | |
| c2 | |
| c3 | |
| c4 |
| ULVectorExpression CDPL.Math.ULVectorQuaternionAdapter.getData | ( | ) |
| bool CDPL.Math.ULVectorQuaternionAdapter.__eq__ | ( | ULVectorQuaternionAdapter | a | ) |
Returns the result of the comparison operation self == a.
| a | The ULVectorQuaternionAdapter instance to be compared with. |
| bool CDPL.Math.ULVectorQuaternionAdapter.__eq__ | ( | ConstULQuaternionExpression | q | ) |
Returns the result of the comparison operation self == q.
| q | The ConstULQuaternionExpression instance to be compared with. |
| bool CDPL.Math.ULVectorQuaternionAdapter.__ne__ | ( | ULVectorQuaternionAdapter | a | ) |
Returns the result of the comparison operation self != a.
| a | The ULVectorQuaternionAdapter instance to be compared with. |
| bool CDPL.Math.ULVectorQuaternionAdapter.__ne__ | ( | ConstULQuaternionExpression | q | ) |
Returns the result of the comparison operation self != q.
| q | The ConstULQuaternionExpression instance to be compared with. |
| str CDPL.Math.ULVectorQuaternionAdapter.__str__ | ( | ) |
Returns a string representation of the ULVectorQuaternionAdapter instance.
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__pos__ | ( | ) |
| ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__neg__ | ( | ) |
| ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__add__ | ( | int | t | ) |
Returns the result of the addition operation self + t.
| t | Specifies the second addend. |
ConstULQuaternionExpression instance holding the result of the addition. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__add__ | ( | ConstULQuaternionExpression | e | ) |
Returns the result of the addition operation self + e.
| e | Specifies the second addend. |
ConstULQuaternionExpression instance holding the result of the addition. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__radd__ | ( | int | t | ) |
| t |
| ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__sub__ | ( | int | t | ) |
Returns the result of the subtraction operation self - t.
| t | Specifies the subtrahend. |
ULVectorQuaternionAdapter instance holding the result of the subtraction. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__sub__ | ( | ConstULQuaternionExpression | e | ) |
Returns the result of the subtraction operation self - e.
| e | Specifies the subtrahend. |
ULVectorQuaternionAdapter instance holding the result of the subtraction. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__rsub__ | ( | int | t | ) |
| t |
| ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__mul__ | ( | int | t | ) |
Returns the result of the multiplication operation self * t.
| t | Specifies the multiplier. |
ConstULQuaternionExpression instance holding the result of the multiplication. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__mul__ | ( | ConstULQuaternionExpression | e | ) |
Returns the result of the multiplication operation self * e.
| e | Specifies the multiplier. |
ConstULQuaternionExpression instance holding the result of the multiplication. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__rmul__ | ( | int | t | ) |
| t |
| ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__div__ | ( | int | t | ) |
Returns the result of the division operation self / t.
| t | Specifies the divisor. |
ConstULQuaternionExpression instance holding the result of the division. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__div__ | ( | ConstULQuaternionExpression | e | ) |
Returns the result of the division operation self / e.
| e | Specifies the divisor. |
ConstULQuaternionExpression instance holding the result of the division. | ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__truediv__ | ( | int | t | ) |
| t |
| ConstULQuaternionExpression CDPL.Math.ULVectorQuaternionAdapter.__rdiv__ | ( | int | t | ) |
| t |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__iadd__ | ( | int | t | ) |
Performs the in-place addition operation self += t.
| t | Specifies the second addend. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__iadd__ | ( | ULVectorQuaternionAdapter | a | ) |
Performs the in-place addition operation self += a.
| a | Specifies the second addend. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__iadd__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place addition operation self += q.
| q | Specifies the second addend. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__isub__ | ( | int | t | ) |
Performs the in-place subtraction operation self -= t.
| t | Specifies the subtrahend. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__isub__ | ( | ULVectorQuaternionAdapter | a | ) |
Performs the in-place subtraction operation self -= a.
| a | Specifies the subtrahend. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__isub__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place subtraction operation self -= q.
| q | Specifies the subtrahend. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__imul__ | ( | int | t | ) |
Performs the in-place multiplication operation self *= t.
| t | Specifies the multiplier. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__imul__ | ( | ULVectorQuaternionAdapter | a | ) |
Performs the in-place multiplication operation self *= a.
| a | Specifies the multiplier. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__imul__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place multiplication operation self *= q.
| q | Specifies the multiplier. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__idiv__ | ( | int | t | ) |
Performs the in-place division operation self /= t.
| t | Specifies the divisor. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__idiv__ | ( | ULVectorQuaternionAdapter | a | ) |
Performs the in-place division operation self /= a.
| a | Specifies the divisor. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__idiv__ | ( | ConstULQuaternionExpression | q | ) |
Performs the in-place division operation self /= q.
| q | Specifies the divisor. |
ULVectorQuaternionAdapter instance self. | ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__itruediv__ | ( | int | t | ) |
| t |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__itruediv__ | ( | ULVectorQuaternionAdapter | a | ) |
| a |
| ULVectorQuaternionAdapter CDPL.Math.ULVectorQuaternionAdapter.__itruediv__ | ( | ConstULQuaternionExpression | q | ) |
| q |