Home | Trees | Index | Help |
|
---|
Package mmLib :: Module PDBBuilder |
|
Classes | |
---|---|
PDBFileBuilder |
Builds a PDBFile object from a Structure object. |
PDBStructureBuilder |
Builds a new Structure object by loading a PDB file. |
Function Summary | |
---|---|
Sets the dmap/dkey with the value from smap/skey/ | |
Sets the dmap/dkey with the float value from smap/skey or default if not smap/skey value is found. | |
Sets the dmap/dkey with the integer value from smap/skey. | |
Sets the dmap/dkey with the string value from smap/skey/ |
Variable Summary | |
---|---|
list |
HELIX_CLASS_LIST = [('HELIX_P', -1), ('HELX_OT_P', -1), ...
|
Function Details |
---|
setmap(smap, skey, dmap, dkey)Sets the dmap/dkey with the value from smap/skey/ |
setmapf(smap, skey, dmap, dkey)Sets the dmap/dkey with the float value from smap/skey or default if not smap/skey value is found. |
setmapi(smap, skey, dmap, dkey)Sets the dmap/dkey with the integer value from smap/skey. |
setmaps(smap, skey, dmap, dkey)Sets the dmap/dkey with the string value from smap/skey/ |
Variable Details |
---|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Apr 23 22:08:40 2006 | http://epydoc.sf.net |