Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.ForceField.MMFF94NumericAtomTypeFunction Class Reference

A generic wrapper class used to store a user-defined numeric MMFF94 atom type function. More...

+ Inheritance diagram for CDPL.ForceField.MMFF94NumericAtomTypeFunction:

Public Member Functions

None __init__ ()
 Initializes the MMFF94NumericAtomTypeFunction instance.
 
None __init__ (MMFF94NumericAtomTypeFunction func)
 Initializes a copy of the MMFF94NumericAtomTypeFunction instance func. More...
 
None __init__ (object callable)
 Initializes the MMFF94NumericAtomTypeFunction instance. More...
 
int __call__ (Chem.Atom arg1)
 
bool __bool__ ()
 
bool __nonzero__ ()
 

Detailed Description

A generic wrapper class used to store a user-defined numeric MMFF94 atom type function.

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.ForceField.MMFF94NumericAtomTypeFunction.__init__ ( MMFF94NumericAtomTypeFunction  func)

Initializes a copy of the MMFF94NumericAtomTypeFunction instance func.

Parameters
funcThe MMFF94NumericAtomTypeFunction instance to copy.

◆ __init__() [2/2]

None CDPL.ForceField.MMFF94NumericAtomTypeFunction.__init__ ( object  callable)

Initializes the MMFF94NumericAtomTypeFunction instance.

Parameters
callable

Member Function Documentation

◆ __call__()

int CDPL.ForceField.MMFF94NumericAtomTypeFunction.__call__ ( Chem.Atom  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.ForceField.MMFF94NumericAtomTypeFunction.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.ForceField.MMFF94NumericAtomTypeFunction.__nonzero__ ( )
Returns