| Home | Trees | Indices | Help |
|
|---|
|
|
ViewerFramework.VFCommand.Command --+
|
mvCommand.MVCommand --+
|
AddOXT
This class uses add_sp2_hydrogen method of the AddHydrogens class from the PyBabel package to compute coordinates of oxygen to be added to carbon atom.The carbon atom is bonded to another oxygen and a CA. If it is bonded to a hydrogen, the hydrogen is removed and replaced by the new OXT atom.
Package : Pmv
Module : repairCommands
Class : AddOXT
Command : add_oxt
Synopsis:
oxt<--- add_oxt(catom,**kw)
Required Arguments:
catom --- carbon atom to get new oxt oxygen atom.
oxt --- the new oxygen atom
|
|||
|
onAddCmdToViewer(self) method called when an instance of this command is added to the viewer. |
||
|
__call__(self,
catom,
polarOnly=0,
method='noBondOrder',
renumber=1,
**kw) oxt<- add_oxt(catom,**kw) |
||
|
doit(self,
catom) oxt <- add_oxt(catom) |
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
oxt<- add_oxt(catom,**kw) catom --- carbon atom to get new oxt oxygen atom. oxt --- the new oxygen atom
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:35 2007 | http://epydoc.sourceforge.net |