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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Chem.DoubleEntity3DFunctor.__init__ ( DoubleEntity3DFunctor  func)

Initializes a copy of the DoubleEntity3DFunctor instance func.

Parameters
funcThe DoubleEntity3DFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Chem.DoubleEntity3DFunctor.__init__ ( object  callable)

Initializes the DoubleEntity3DFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

float CDPL.Chem.DoubleEntity3DFunctor.__call__ ( Entity3D  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Chem.DoubleEntity3DFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Chem.DoubleEntity3DFunctor.__nonzero__ ( )
Returns