Package AutoDockTools :: Module autodpfCommands :: Class GA
[hide private]
[frames] | no frames]

Class GA

source code

ViewerFramework.VFCommand.Command --+    
                                    |    
              Pmv.mvCommand.MVCommand --+
                                        |
                                       GA

allows user to set necessary parameters for genetic algorithm-based autodock job

Instance Methods [hide private]
  guiCallback(self)
called each time the 'set other options ' button is pressed
  buildForm(self)
  setNumEvals(self, event=None)
  Accept_cb(self, event=None)
  Close_cb(self, event=None)
  doit(self, *args, **kw)
virtual method.

Inherited from Pmv.mvCommand.MVCommand: __init__, strArg

Inherited from Pmv.mvCommand.MVCommand (private): _strArg

Inherited from ViewerFramework.VFCommand.Command: __call__, __repr__, addCallbackAfter, addCallbackBefore, addUndoCall, afterDoit, beforeDoit, buildFormDescr, buildLogArgList, checkDependencies, cleanup, customizeGUI, doitWrapper, getArguments, getHelp, getLastUsedValues, getLogArgs, getValNamedArgs, log, logString, onAddCmdToViewer, onAddNewCmd, onCmdRun, setLastUsedValues, setupUndoAfter, setupUndoBefore, showForm, tkCb, updateGeom, warningMsg


Class Variables [hide private]

Inherited from ViewerFramework.VFCommand.Command: negateKw, objArgOnly


Method Details [hide private]

guiCallback(self)

source code 
called each time the 'set other options ' button is pressed
Overrides: Pmv.mvCommand.MVCommand.guiCallback

buildForm(self)

source code 
None

setNumEvals(self, event=None)

source code 
None

Accept_cb(self, event=None)

source code 
None

Close_cb(self, event=None)

source code 
None

doit(self, *args, **kw)

source code 
virtual method. Has to be implemented by the sub classes
Overrides: ViewerFramework.VFCommand.Command.doit
(inherited documentation)