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

Public Member Functions

None __init__ (LVectorQuaternionAdapter a)
 Initializes a copy of the LVectorQuaternionAdapter instance a. More...
 
None __init__ (LVectorExpression e)
 Initializes the LVectorQuaternionAdapter instance. More...
 
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
LVectorQuaternionAdapter assign (ConstFQuaternionExpression e)
 Replaces the current state of self with a copy of the state of the ConstFQuaternionExpression instance e. More...
 
LVectorQuaternionAdapter assign (ConstDQuaternionExpression e)
 Replaces the current state of self with a copy of the state of the ConstDQuaternionExpression instance e. More...
 
LVectorQuaternionAdapter assign (ConstLQuaternionExpression e)
 Replaces the current state of self with a copy of the state of the ConstLQuaternionExpression instance e. More...
 
LVectorQuaternionAdapter assign (ConstULQuaternionExpression e)
 Replaces the current state of self with a copy of the state of the ConstULQuaternionExpression instance e. More...
 
LVectorQuaternionAdapter assign (LVectorQuaternionAdapter a)
 Replaces the current state of self with a copy of the state of the LVectorQuaternionAdapter instance a. More...
 
int getC1 ()
 
int getC2 ()
 
int getC3 ()
 
int getC4 ()
 
object toArray ()
 
None swap (LVectorQuaternionAdapter 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)
 
LVectorExpression getData ()
 
bool __eq__ (LVectorQuaternionAdapter a)
 Returns the result of the comparison operation self == a. More...
 
bool __eq__ (ConstLQuaternionExpression q)
 Returns the result of the comparison operation self == q. More...
 
bool __ne__ (LVectorQuaternionAdapter a)
 Returns the result of the comparison operation self != a. More...
 
bool __ne__ (ConstLQuaternionExpression q)
 Returns the result of the comparison operation self != q. More...
 
str __str__ ()
 Returns a string representation of the LVectorQuaternionAdapter instance. More...
 
LVectorQuaternionAdapter __pos__ ()
 
ConstLQuaternionExpression __neg__ ()
 
ConstLQuaternionExpression __add__ (int t)
 Returns the result of the addition operation self + t. More...
 
ConstLQuaternionExpression __add__ (ConstLQuaternionExpression e)
 Returns the result of the addition operation self + e. More...
 
ConstLQuaternionExpression __radd__ (int t)
 
ConstLQuaternionExpression __sub__ (int t)
 Returns the result of the subtraction operation self - t. More...
 
ConstLQuaternionExpression __sub__ (ConstLQuaternionExpression e)
 Returns the result of the subtraction operation self - e. More...
 
ConstLQuaternionExpression __rsub__ (int t)
 
ConstLQuaternionExpression __mul__ (int t)
 Returns the result of the multiplication operation self * t. More...
 
ConstLQuaternionExpression __mul__ (ConstLQuaternionExpression e)
 Returns the result of the multiplication operation self * e. More...
 
ConstLQuaternionExpression __rmul__ (int t)
 
ConstLQuaternionExpression __div__ (int t)
 Returns the result of the division operation self / t. More...
 
ConstLQuaternionExpression __div__ (ConstLQuaternionExpression e)
 Returns the result of the division operation self / e. More...
 
ConstLQuaternionExpression __truediv__ (int t)
 
ConstLQuaternionExpression __rdiv__ (int t)
 
LVectorQuaternionAdapter __iadd__ (int t)
 Performs the in-place addition operation self += t. More...
 
LVectorQuaternionAdapter __iadd__ (LVectorQuaternionAdapter a)
 Performs the in-place addition operation self += a. More...
 
LVectorQuaternionAdapter __iadd__ (ConstLQuaternionExpression q)
 Performs the in-place addition operation self += q. More...
 
LVectorQuaternionAdapter __isub__ (int t)
 Performs the in-place subtraction operation self -= t. More...
 
LVectorQuaternionAdapter __isub__ (LVectorQuaternionAdapter a)
 Performs the in-place subtraction operation self -= a. More...
 
LVectorQuaternionAdapter __isub__ (ConstLQuaternionExpression q)
 Performs the in-place subtraction operation self -= q. More...
 
LVectorQuaternionAdapter __imul__ (int t)
 Performs the in-place multiplication operation self *= t. More...
 
LVectorQuaternionAdapter __imul__ (LVectorQuaternionAdapter a)
 Performs the in-place multiplication operation self *= a. More...
 
LVectorQuaternionAdapter __imul__ (ConstLQuaternionExpression q)
 Performs the in-place multiplication operation self *= q. More...
 
LVectorQuaternionAdapter __idiv__ (int t)
 Performs the in-place division operation self /= t. More...
 
LVectorQuaternionAdapter __idiv__ (LVectorQuaternionAdapter a)
 Performs the in-place division operation self /= a. More...
 
LVectorQuaternionAdapter __idiv__ (ConstLQuaternionExpression q)
 Performs the in-place division operation self /= q. More...
 
LVectorQuaternionAdapter __itruediv__ (int t)
 
LVectorQuaternionAdapter __itruediv__ (LVectorQuaternionAdapter a)
 
LVectorQuaternionAdapter __itruediv__ (ConstLQuaternionExpression q)
 

Properties

 objectID = property(getObjectID)
 
 data = property(getData)
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Math.LVectorQuaternionAdapter.__init__ ( LVectorQuaternionAdapter  a)

Initializes a copy of the LVectorQuaternionAdapter instance a.

Parameters
aThe LVectorQuaternionAdapter instance to copy.

◆ __init__() [2/2]

None CDPL.Math.LVectorQuaternionAdapter.__init__ ( LVectorExpression  e)

Initializes the LVectorQuaternionAdapter instance.

Parameters
e

Member Function Documentation

◆ getObjectID()

int CDPL.Math.LVectorQuaternionAdapter.getObjectID ( )

Returns the numeric identifier (ID) of the wrapped C++ class instance.

Different Python LVectorQuaternionAdapter 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 LVectorQuaternionAdapter 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().

Returns
The numeric ID of the internally referenced C++ class instance.

◆ assign() [1/5]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.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() [2/5]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.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() [3/5]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.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() [4/5]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.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() [5/5]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.assign ( LVectorQuaternionAdapter  a)

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

Parameters
aThe LVectorQuaternionAdapter instance to copy.
Returns
self

◆ getC1()

int CDPL.Math.LVectorQuaternionAdapter.getC1 ( )
Returns

◆ getC2()

int CDPL.Math.LVectorQuaternionAdapter.getC2 ( )
Returns

◆ getC3()

int CDPL.Math.LVectorQuaternionAdapter.getC3 ( )
Returns

◆ getC4()

int CDPL.Math.LVectorQuaternionAdapter.getC4 ( )
Returns

◆ toArray()

object CDPL.Math.LVectorQuaternionAdapter.toArray ( )
Returns

◆ swap()

None CDPL.Math.LVectorQuaternionAdapter.swap ( LVectorQuaternionAdapter  a)
Parameters
a

◆ setC1()

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

◆ setC2()

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

◆ setC3()

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

◆ setC4()

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

◆ set()

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

◆ getData()

LVectorExpression CDPL.Math.LVectorQuaternionAdapter.getData ( )
Returns

◆ __eq__() [1/2]

bool CDPL.Math.LVectorQuaternionAdapter.__eq__ ( LVectorQuaternionAdapter  a)

Returns the result of the comparison operation self == a.

Parameters
aThe LVectorQuaternionAdapter instance to be compared with.
Returns
The result of the comparison operation.

◆ __eq__() [2/2]

bool CDPL.Math.LVectorQuaternionAdapter.__eq__ ( ConstLQuaternionExpression  q)

Returns the result of the comparison operation self == q.

Parameters
qThe ConstLQuaternionExpression instance to be compared with.
Returns
The result of the comparison operation.

◆ __ne__() [1/2]

bool CDPL.Math.LVectorQuaternionAdapter.__ne__ ( LVectorQuaternionAdapter  a)

Returns the result of the comparison operation self != a.

Parameters
aThe LVectorQuaternionAdapter instance to be compared with.
Returns
The result of the comparison operation.

◆ __ne__() [2/2]

bool CDPL.Math.LVectorQuaternionAdapter.__ne__ ( ConstLQuaternionExpression  q)

Returns the result of the comparison operation self != q.

Parameters
qThe ConstLQuaternionExpression instance to be compared with.
Returns
The result of the comparison operation.

◆ __str__()

str CDPL.Math.LVectorQuaternionAdapter.__str__ ( )

Returns a string representation of the LVectorQuaternionAdapter instance.

Returns
The generated string representation.

◆ __pos__()

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__pos__ ( )
Returns

◆ __neg__()

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__neg__ ( )
Returns

◆ __add__() [1/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__add__ ( int  t)

Returns the result of the addition operation self + t.

Parameters
tSpecifies the second addend.
Returns
A ConstLQuaternionExpression instance holding the result of the addition.

◆ __add__() [2/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__add__ ( ConstLQuaternionExpression  e)

Returns the result of the addition operation self + e.

Parameters
eSpecifies the second addend.
Returns
A ConstLQuaternionExpression instance holding the result of the addition.

◆ __radd__()

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__radd__ ( int  t)
Parameters
t
Returns

◆ __sub__() [1/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__sub__ ( int  t)

Returns the result of the subtraction operation self - t.

Parameters
tSpecifies the subtrahend.
Returns
A LVectorQuaternionAdapter instance holding the result of the subtraction.

◆ __sub__() [2/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__sub__ ( ConstLQuaternionExpression  e)

Returns the result of the subtraction operation self - e.

Parameters
eSpecifies the subtrahend.
Returns
A LVectorQuaternionAdapter instance holding the result of the subtraction.

◆ __rsub__()

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__rsub__ ( int  t)
Parameters
t
Returns

◆ __mul__() [1/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__mul__ ( int  t)

Returns the result of the multiplication operation self * t.

Parameters
tSpecifies the multiplier.
Returns
A ConstLQuaternionExpression instance holding the result of the multiplication.

◆ __mul__() [2/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__mul__ ( ConstLQuaternionExpression  e)

Returns the result of the multiplication operation self * e.

Parameters
eSpecifies the multiplier.
Returns
A ConstLQuaternionExpression instance holding the result of the multiplication.

◆ __rmul__()

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__rmul__ ( int  t)
Parameters
t
Returns

◆ __div__() [1/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__div__ ( int  t)

Returns the result of the division operation self / t.

Parameters
tSpecifies the divisor.
Returns
A ConstLQuaternionExpression instance holding the result of the division.

◆ __div__() [2/2]

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__div__ ( ConstLQuaternionExpression  e)

Returns the result of the division operation self / e.

Parameters
eSpecifies the divisor.
Returns
A ConstLQuaternionExpression instance holding the result of the division.

◆ __truediv__()

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__truediv__ ( int  t)
Parameters
t
Returns

◆ __rdiv__()

ConstLQuaternionExpression CDPL.Math.LVectorQuaternionAdapter.__rdiv__ ( int  t)
Parameters
t
Returns

◆ __iadd__() [1/3]

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

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

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

◆ __iadd__() [2/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__iadd__ ( LVectorQuaternionAdapter  a)

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

Parameters
aSpecifies the second addend.
Returns
The updated LVectorQuaternionAdapter instance self.

◆ __iadd__() [3/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__iadd__ ( ConstLQuaternionExpression  q)

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

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

◆ __isub__() [1/3]

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

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

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

◆ __isub__() [2/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__isub__ ( LVectorQuaternionAdapter  a)

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

Parameters
aSpecifies the subtrahend.
Returns
The updated LVectorQuaternionAdapter instance self.

◆ __isub__() [3/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__isub__ ( ConstLQuaternionExpression  q)

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

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

◆ __imul__() [1/3]

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

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

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

◆ __imul__() [2/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__imul__ ( LVectorQuaternionAdapter  a)

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

Parameters
aSpecifies the multiplier.
Returns
The updated LVectorQuaternionAdapter instance self.

◆ __imul__() [3/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__imul__ ( ConstLQuaternionExpression  q)

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

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

◆ __idiv__() [1/3]

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

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

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

◆ __idiv__() [2/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__idiv__ ( LVectorQuaternionAdapter  a)

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

Parameters
aSpecifies the divisor.
Returns
The updated LVectorQuaternionAdapter instance self.

◆ __idiv__() [3/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__idiv__ ( ConstLQuaternionExpression  q)

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

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

◆ __itruediv__() [1/3]

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

◆ __itruediv__() [2/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__itruediv__ ( LVectorQuaternionAdapter  a)
Parameters
a
Returns

◆ __itruediv__() [3/3]

LVectorQuaternionAdapter CDPL.Math.LVectorQuaternionAdapter.__itruediv__ ( ConstLQuaternionExpression  q)
Parameters
q
Returns