Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Math.ULQuaternionExpression Class Reference
+ Inheritance diagram for CDPL.Math.ULQuaternionExpression:

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)
 

Member Function Documentation

◆ swap()

None CDPL.Math.ULQuaternionExpression.swap ( ULQuaternionExpression  e)
Parameters
e

◆ assign() [1/6]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign ( ULQuaternionExpression  e)

Replaces the current state of self with a copy of the state of the ULQuaternionExpression instance e.

Parameters
eThe ULQuaternionExpression instance to copy.
Returns
self

◆ assign() [2/6]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign ( ConstFQuaternionExpression  e)

Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e.

Parameters
eThe ConstFQuaternionExpression instance to copy.
Returns
self

◆ assign() [3/6]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign ( ConstDQuaternionExpression  e)

Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e.

Parameters
eThe ConstDQuaternionExpression instance to copy.
Returns
self

◆ assign() [4/6]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign ( ConstLQuaternionExpression  e)

Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e.

Parameters
eThe ConstLQuaternionExpression instance to copy.
Returns
self

◆ assign() [5/6]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.assign ( ConstULQuaternionExpression  e)

Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e.

Parameters
eThe ConstULQuaternionExpression instance to copy.
Returns
self

◆ assign() [6/6]

None CDPL.Math.ULQuaternionExpression.assign ( object  a)

Replaces the current state of self with a copy of the state of the object instance a.

Parameters
aThe object instance to copy.
Returns
self

◆ setC1()

None CDPL.Math.ULQuaternionExpression.setC1 ( int  v)
Parameters
v

◆ setC2()

None CDPL.Math.ULQuaternionExpression.setC2 ( int  v)
Parameters
v

◆ setC3()

None CDPL.Math.ULQuaternionExpression.setC3 ( int  v)
Parameters
v

◆ setC4()

None CDPL.Math.ULQuaternionExpression.setC4 ( int  v)
Parameters
v

◆ set()

None CDPL.Math.ULQuaternionExpression.set ( int   c1 = 0,
int   c2 = 0,
int   c3 = 0,
int   c4 = 0 
)
Parameters
c1
c2
c3
c4

◆ __iadd__() [1/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__iadd__ ( int  t)

Performs the in-place addition operation self += t.

Parameters
tSpecifies the second addend.
Returns
The updated ULQuaternionExpression instance self.

◆ __iadd__() [2/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__iadd__ ( ULQuaternionExpression  e)

Performs the in-place addition operation self += e.

Parameters
eSpecifies the second addend.
Returns
The updated ULQuaternionExpression instance self.

◆ __iadd__() [3/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__iadd__ ( ConstULQuaternionExpression  q)

Performs the in-place addition operation self += q.

Parameters
qSpecifies the second addend.
Returns
The updated ULQuaternionExpression instance self.

◆ __isub__() [1/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__isub__ ( int  t)

Performs the in-place subtraction operation self -= t.

Parameters
tSpecifies the subtrahend.
Returns
The updated ULQuaternionExpression instance self.

◆ __isub__() [2/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__isub__ ( ULQuaternionExpression  e)

Performs the in-place subtraction operation self -= e.

Parameters
eSpecifies the subtrahend.
Returns
The updated ULQuaternionExpression instance self.

◆ __isub__() [3/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__isub__ ( ConstULQuaternionExpression  q)

Performs the in-place subtraction operation self -= q.

Parameters
qSpecifies the subtrahend.
Returns
The updated ULQuaternionExpression instance self.

◆ __imul__() [1/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__imul__ ( int  t)

Performs the in-place multiplication operation self *= t.

Parameters
tSpecifies the multiplier.
Returns
The updated ULQuaternionExpression instance self.

◆ __imul__() [2/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__imul__ ( ULQuaternionExpression  e)

Performs the in-place multiplication operation self *= e.

Parameters
eSpecifies the multiplier.
Returns
The updated ULQuaternionExpression instance self.

◆ __imul__() [3/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__imul__ ( ConstULQuaternionExpression  q)

Performs the in-place multiplication operation self *= q.

Parameters
qSpecifies the multiplier.
Returns
The updated ULQuaternionExpression instance self.

◆ __idiv__() [1/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__idiv__ ( int  t)

Performs the in-place division operation self /= t.

Parameters
tSpecifies the divisor.
Returns
The updated ULQuaternionExpression instance self.

◆ __idiv__() [2/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__idiv__ ( ULQuaternionExpression  e)

Performs the in-place division operation self /= e.

Parameters
eSpecifies the divisor.
Returns
The updated ULQuaternionExpression instance self.

◆ __idiv__() [3/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__idiv__ ( ConstULQuaternionExpression  q)

Performs the in-place division operation self /= q.

Parameters
qSpecifies the divisor.
Returns
The updated ULQuaternionExpression instance self.

◆ __itruediv__() [1/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__itruediv__ ( int  t)
Parameters
t
Returns

◆ __itruediv__() [2/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__itruediv__ ( ULQuaternionExpression  e)
Parameters
e
Returns

◆ __itruediv__() [3/3]

ULQuaternionExpression CDPL.Math.ULQuaternionExpression.__itruediv__ ( ConstULQuaternionExpression  q)
Parameters
q
Returns