The base class for FFIO parameters such as bonds, angles, VDW
parameters, exclusions, etc.
|
|
|
extractData(self,
data)
Extract the data from the database parameters |
|
|
schrodinger.application.desmond.ffiostructure._FFIOSubBlock
|
getObject(self,
fst)
Reimplement in subclasses to return the proper FFIO block object for
the class |
|
|
|
addParams(self,
fobject)
Add the parameters taken from the database data to the FFIO block. |
|
|
|
addNamedProperties(self,
fobject,
named_props)
Add the parameters passed to the addToFST method to the FFIO block. |
|
|
|
addConstantProperties(self,
fobject)
Add any properties that are constant for all instances of this class |
|
|
schrodinger.application.desmond.ffiostructure._FFIOSubBlock
|
addToFFST(self,
fst,
*named_props)
Add a block with associated properties to the CGFFIO structure |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|