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.MMFF94StretchBendParameterTable Class Reference
+ Inheritance diagram for CDPL.ForceField.MMFF94StretchBendParameterTable:

Classes

class  Entry
 

Public Member Functions

None __init__ ()
 Initializes the MMFF94StretchBendParameterTable instance.
 
None __init__ (MMFF94StretchBendParameterTable table)
 Initializes a copy of the MMFF94StretchBendParameterTable instance table. More...
 
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
None addEntry (int sb_type_idx, int term_atom1_type, int ctr_atom_type, int term_atom2_type, float ijk_force_const, float kji_force_const)
 
bool removeEntry (int sb_type_idx, int term_atom1_type, int ctr_atom_type, int term_atom2_type)
 
Entry getEntry (int sb_type_idx, int term_atom1_type, int ctr_atom_type, int term_atom2_type)
 
None clear ()
 
int getNumEntries ()
 
list getEntries ()
 
None load (Base.IStream is)
 
None loadDefaults ()
 
MMFF94StretchBendParameterTable assign (MMFF94StretchBendParameterTable table)
 Replaces the current state of self with a copy of the state of the MMFF94StretchBendParameterTable instance table. More...
 

Static Public Member Functions

None set (MMFF94StretchBendParameterTable table)
 
MMFF94StretchBendParameterTable get ()
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

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

Initializes a copy of the MMFF94StretchBendParameterTable instance table.

Parameters
tableThe MMFF94StretchBendParameterTable instance to copy.

Member Function Documentation

◆ getObjectID()

int CDPL.ForceField.MMFF94StretchBendParameterTable.getObjectID ( )

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

Different Python MMFF94StretchBendParameterTable 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 MMFF94StretchBendParameterTable 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.MMFF94StretchBendParameterTable.addEntry ( int  sb_type_idx,
int  term_atom1_type,
int  ctr_atom_type,
int  term_atom2_type,
float  ijk_force_const,
float  kji_force_const 
)
Parameters
sb_type_idx
term_atom1_type
ctr_atom_type
term_atom2_type
ijk_force_const
kji_force_const

◆ removeEntry()

bool CDPL.ForceField.MMFF94StretchBendParameterTable.removeEntry ( int  sb_type_idx,
int  term_atom1_type,
int  ctr_atom_type,
int  term_atom2_type 
)
Parameters
sb_type_idx
term_atom1_type
ctr_atom_type
term_atom2_type
Returns

◆ getEntry()

Entry CDPL.ForceField.MMFF94StretchBendParameterTable.getEntry ( int  sb_type_idx,
int  term_atom1_type,
int  ctr_atom_type,
int  term_atom2_type 
)
Parameters
sb_type_idx
term_atom1_type
ctr_atom_type
term_atom2_type
Returns

◆ getNumEntries()

int CDPL.ForceField.MMFF94StretchBendParameterTable.getNumEntries ( )
Returns

◆ getEntries()

list CDPL.ForceField.MMFF94StretchBendParameterTable.getEntries ( )
Returns

◆ load()

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

◆ assign()

MMFF94StretchBendParameterTable CDPL.ForceField.MMFF94StretchBendParameterTable.assign ( MMFF94StretchBendParameterTable  table)

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

Parameters
tableThe MMFF94StretchBendParameterTable instance to copy.
Returns
self

◆ set()

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

◆ get()

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