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

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

+ Inheritance diagram for CDPL.ForceField.MMFF94BondTypeIndexFunction:

Public Member Functions

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

Detailed Description

A generic wrapper class used to store a user-defined MMFF94 bond type index function.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Initializes a copy of the MMFF94BondTypeIndexFunction instance func.

Parameters
funcThe MMFF94BondTypeIndexFunction instance to copy.

◆ __init__() [2/2]

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

Initializes the MMFF94BondTypeIndexFunction instance.

Parameters
callable

Member Function Documentation

◆ __call__()

int CDPL.ForceField.MMFF94BondTypeIndexFunction.__call__ ( Chem.Bond  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.ForceField.MMFF94BondTypeIndexFunction.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.ForceField.MMFF94BondTypeIndexFunction.__nonzero__ ( )
Returns