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

Public Member Functions

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

Properties

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Initializes a copy of the FVectorQuaternionAdapter instance a.

Parameters
aThe FVectorQuaternionAdapter instance to copy.

◆ __init__() [2/2]

None CDPL.Math.FVectorQuaternionAdapter.__init__ ( FVectorExpression  e)

Initializes the FVectorQuaternionAdapter instance.

Parameters
e

Member Function Documentation

◆ getObjectID()

int CDPL.Math.FVectorQuaternionAdapter.getObjectID ( )

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

Different Python FVectorQuaternionAdapter 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 FVectorQuaternionAdapter 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]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.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]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.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]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.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]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.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]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.assign ( FVectorQuaternionAdapter  a)

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

Parameters
aThe FVectorQuaternionAdapter instance to copy.
Returns
self

◆ getC1()

float CDPL.Math.FVectorQuaternionAdapter.getC1 ( )
Returns

◆ getC2()

float CDPL.Math.FVectorQuaternionAdapter.getC2 ( )
Returns

◆ getC3()

float CDPL.Math.FVectorQuaternionAdapter.getC3 ( )
Returns

◆ getC4()

float CDPL.Math.FVectorQuaternionAdapter.getC4 ( )
Returns

◆ toArray()

object CDPL.Math.FVectorQuaternionAdapter.toArray ( )
Returns

◆ swap()

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

◆ setC1()

None CDPL.Math.FVectorQuaternionAdapter.setC1 ( float  v)
Parameters
v

◆ setC2()

None CDPL.Math.FVectorQuaternionAdapter.setC2 ( float  v)
Parameters
v

◆ setC3()

None CDPL.Math.FVectorQuaternionAdapter.setC3 ( float  v)
Parameters
v

◆ setC4()

None CDPL.Math.FVectorQuaternionAdapter.setC4 ( float  v)
Parameters
v

◆ set()

None CDPL.Math.FVectorQuaternionAdapter.set ( float   c1 = 0.0,
float   c2 = 0.0,
float   c3 = 0.0,
float   c4 = 0.0 
)
Parameters
c1
c2
c3
c4

◆ getData()

FVectorExpression CDPL.Math.FVectorQuaternionAdapter.getData ( )
Returns

◆ __eq__() [1/2]

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

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

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

◆ __eq__() [2/2]

bool CDPL.Math.FVectorQuaternionAdapter.__eq__ ( ConstFQuaternionExpression  q)

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

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

◆ __ne__() [1/2]

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

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

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

◆ __ne__() [2/2]

bool CDPL.Math.FVectorQuaternionAdapter.__ne__ ( ConstFQuaternionExpression  q)

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

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

◆ __str__()

str CDPL.Math.FVectorQuaternionAdapter.__str__ ( )

Returns a string representation of the FVectorQuaternionAdapter instance.

Returns
The generated string representation.

◆ __pos__()

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__pos__ ( )
Returns

◆ __neg__()

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__neg__ ( )
Returns

◆ __add__() [1/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__add__ ( float  t)

Returns the result of the addition operation self + t.

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

◆ __add__() [2/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__add__ ( ConstFQuaternionExpression  e)

Returns the result of the addition operation self + e.

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

◆ __radd__()

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__radd__ ( float  t)
Parameters
t
Returns

◆ __sub__() [1/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__sub__ ( float  t)

Returns the result of the subtraction operation self - t.

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

◆ __sub__() [2/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__sub__ ( ConstFQuaternionExpression  e)

Returns the result of the subtraction operation self - e.

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

◆ __rsub__()

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__rsub__ ( float  t)
Parameters
t
Returns

◆ __mul__() [1/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__mul__ ( float  t)

Returns the result of the multiplication operation self * t.

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

◆ __mul__() [2/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__mul__ ( ConstFQuaternionExpression  e)

Returns the result of the multiplication operation self * e.

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

◆ __rmul__()

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__rmul__ ( float  t)
Parameters
t
Returns

◆ __div__() [1/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__div__ ( float  t)

Returns the result of the division operation self / t.

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

◆ __div__() [2/2]

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__div__ ( ConstFQuaternionExpression  e)

Returns the result of the division operation self / e.

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

◆ __truediv__()

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__truediv__ ( float  t)
Parameters
t
Returns

◆ __rdiv__()

ConstFQuaternionExpression CDPL.Math.FVectorQuaternionAdapter.__rdiv__ ( float  t)
Parameters
t
Returns

◆ __iadd__() [1/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__iadd__ ( float  t)

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

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

◆ __iadd__() [2/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__iadd__ ( FVectorQuaternionAdapter  a)

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

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

◆ __iadd__() [3/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__iadd__ ( ConstFQuaternionExpression  q)

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

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

◆ __isub__() [1/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__isub__ ( float  t)

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

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

◆ __isub__() [2/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__isub__ ( FVectorQuaternionAdapter  a)

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

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

◆ __isub__() [3/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__isub__ ( ConstFQuaternionExpression  q)

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

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

◆ __imul__() [1/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__imul__ ( float  t)

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

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

◆ __imul__() [2/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__imul__ ( FVectorQuaternionAdapter  a)

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

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

◆ __imul__() [3/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__imul__ ( ConstFQuaternionExpression  q)

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

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

◆ __idiv__() [1/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__idiv__ ( float  t)

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

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

◆ __idiv__() [2/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__idiv__ ( FVectorQuaternionAdapter  a)

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

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

◆ __idiv__() [3/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__idiv__ ( ConstFQuaternionExpression  q)

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

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

◆ __itruediv__() [1/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__itruediv__ ( float  t)
Parameters
t
Returns

◆ __itruediv__() [2/3]

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

◆ __itruediv__() [3/3]

FVectorQuaternionAdapter CDPL.Math.FVectorQuaternionAdapter.__itruediv__ ( ConstFQuaternionExpression  q)
Parameters
q
Returns