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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Shape.DoubleAlignmentResultFunctor.__init__ ( DoubleAlignmentResultFunctor  func)

Initializes a copy of the DoubleAlignmentResultFunctor instance func.

Parameters
funcThe DoubleAlignmentResultFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Shape.DoubleAlignmentResultFunctor.__init__ ( object  callable)

Initializes the DoubleAlignmentResultFunctor instance.

Parameters
callable