Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | SLCommand
|
|||
| __init__(self) | ||
|
checkDependencies(self) virtual method. |
||
|
buildFormDescr(self,
formName) descr <- buildFormDescr(self, formName): this virtual method is implemented in the classes derived from Command. |
||
| sort_entries(self, name_dict) | ||
| guiCallback(self) | ||
|
updateObjectDict(self) Updates a list of objects on which set operations canbe performed. |
||
| operate_cb(self) | ||
|
__call__(self,
name1,
name2,
operation,
newobj_name='',
bindToMol=0,
**kw) None <- SL(name1, name2, operation, newobj_name = '', bindToMol=0) name1, name2 - names of two objects (full names, eg: 1crn|msms); operation - can be one of the following: 'union', 'join', 'intersect', 'difference'; newobj_name - name of new object(optional); bindToMol - 1 for binding new object to molecule, 0 if no binding is needed. |
||
|
doit(self,
name1,
name2,
opname,
res_name,
bindToMol) virtual method. |
||
|
doSetOperation(self,
name1,
name2,
opname,
res_name,
bindToMol) Performs Bspt set operations. |
||
| timeBspt(self, expon=1.0) | ||
|
rm_neg_inds(self,
arr) From every face of the given face array removes entries that == -1 |
||
|
triangulate_strips(self,
faces) Triangulate surfaces built with triangle strips. |
||
|
dismiss_cb(self) Withdraws the GUI. |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
None <- SL(name1, name2, operation, newobj_name = '', bindToMol=0) name1, name2 - names of two objects (full names, eg: 1crn|msms); operation - can be one of the following: 'union', 'join', 'intersect', 'difference'; newobj_name - name of new object(optional); bindToMol - 1 for binding new object to molecule, 0 if no binding is needed.
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:28 2007 | http://epydoc.sourceforge.net |