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

Public Member Functions

None __init__ ()
 Initializes the FloatFVectorFunctor instance.
 
None __init__ (FloatFVectorFunctor func)
 Initializes a copy of the FloatFVectorFunctor instance func. More...
 
None __init__ (object callable)
 Initializes the FloatFVectorFunctor instance. More...
 
float __call__ (FVector arg1)
 
bool __bool__ ()
 
bool __nonzero__ ()
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Math.FloatFVectorFunctor.__init__ ( FloatFVectorFunctor  func)

Initializes a copy of the FloatFVectorFunctor instance func.

Parameters
funcThe FloatFVectorFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Math.FloatFVectorFunctor.__init__ ( object  callable)

Initializes the FloatFVectorFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

float CDPL.Math.FloatFVectorFunctor.__call__ ( FVector  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Math.FloatFVectorFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Math.FloatFVectorFunctor.__nonzero__ ( )
Returns