Chemical Data Processing Library Python API - Version 1.1.1
Classes | Public Member Functions | Static Public Member Functions | Properties | List of all members
CDPL.ForceField.MMFF94BondStretchingRuleParameterTable Class Reference
+ Inheritance diagram for CDPL.ForceField.MMFF94BondStretchingRuleParameterTable:

Classes

class  Entry
 

Public Member Functions

None __init__ ()
 Initializes the MMFF94BondStretchingRuleParameterTable instance.
 
None __init__ (MMFF94BondStretchingRuleParameterTable table)
 Initializes a copy of the MMFF94BondStretchingRuleParameterTable instance table. More...
 
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
None addEntry (int atomic_no1, int atomic_no2, float force_const, float ref_length)
 
bool removeEntry (int atomic_no1, int atomic_no2)
 
Entry getEntry (int atomic_no1, int atomic_no2)
 
None clear ()
 
int getNumEntries ()
 
list getEntries ()
 
None load (Base.IStream is)
 
None loadDefaults ()
 
MMFF94BondStretchingRuleParameterTable assign (MMFF94BondStretchingRuleParameterTable table)
 Replaces the current state of self with a copy of the state of the MMFF94BondStretchingRuleParameterTable instance table. More...
 

Static Public Member Functions

None set (MMFF94BondStretchingRuleParameterTable table)
 
MMFF94BondStretchingRuleParameterTable get ()
 

Properties

 objectID = property(getObjectID)
 
 numEntries = property(getNumEntries)
 
 entries = property(getEntries)
 

Constructor & Destructor Documentation

◆ __init__()

None CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.__init__ ( MMFF94BondStretchingRuleParameterTable  table)

Initializes a copy of the MMFF94BondStretchingRuleParameterTable instance table.

Parameters
tableThe MMFF94BondStretchingRuleParameterTable instance to copy.

Member Function Documentation

◆ getObjectID()

int CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.getObjectID ( )

Returns the numeric identifier (ID) of the wrapped C++ class instance.

Different Python MMFF94BondStretchingRuleParameterTable instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b thus cannot tell reliably whether the two MMFF94BondStretchingRuleParameterTable instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID().

Returns
The numeric ID of the internally referenced C++ class instance.

◆ addEntry()

None CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.addEntry ( int  atomic_no1,
int  atomic_no2,
float  force_const,
float  ref_length 
)
Parameters
atomic_no1
atomic_no2
force_const
ref_length

◆ removeEntry()

bool CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.removeEntry ( int  atomic_no1,
int  atomic_no2 
)
Parameters
atomic_no1
atomic_no2
Returns

◆ getEntry()

Entry CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.getEntry ( int  atomic_no1,
int  atomic_no2 
)
Parameters
atomic_no1
atomic_no2
Returns

◆ getNumEntries()

int CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.getNumEntries ( )
Returns

◆ getEntries()

list CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.getEntries ( )
Returns

◆ load()

None CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.load ( Base.IStream  is)
Parameters
is

◆ assign()

MMFF94BondStretchingRuleParameterTable CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.assign ( MMFF94BondStretchingRuleParameterTable  table)

Replaces the current state of self with a copy of the state of the MMFF94BondStretchingRuleParameterTable instance table.

Parameters
tableThe MMFF94BondStretchingRuleParameterTable instance to copy.
Returns
self

◆ set()

None CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.set ( MMFF94BondStretchingRuleParameterTable  table)
static
Parameters
table

◆ get()

MMFF94BondStretchingRuleParameterTable CDPL.ForceField.MMFF94BondStretchingRuleParameterTable.get ( )
static
Parameters
<br>
Returns