Package AutoDockTools :: Module autoanalyzeCommands :: Class ADMakeAllGrids
[hide private]
[frames] | no frames]

Class ADMakeAllGrids

source code

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

toplevel GUI with one row per grid_type allowing:loading a grid (first, then->),toggling the visiblity of its isosurface,changing sampling rate,changing isocontour isovalue,changing the render mode between LINE and FILL visibility of the grid's bounding box
    
Package : AutoDockTools
    
Module  : autoanalyzeCommands
    
Class   : ADMakeAllGrids
    
Command : ADanalyze_showGridIsocontours 
    
Synopsis:
     
        None<---ADanalyze_showGridIsocontours(gridFile)
    
Required Arguments:

        gridFile --- AutoGrid map filename
    
Optional Argument:

        ask --- whether to open a filebrowser if specified filename does not exist
    



Instance Methods [hide private]
  onAddCmdToViewer(self)
method called when an instance of this command is added to the viewer.
  showIFD(self)
  guiCallback(self)
Default callback function called by the gui
  Close_cb(self, event=None)
  __call__(self, gridFile, ask=1, **kw)
None<---ADanalyze_showGridIsocontours(gridFile)
  doit(self, gridFile, **kw)
gridFile macroMol.name.atType.map

Inherited from Pmv.mvCommand.MVCommand: __init__, strArg

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

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


Class Variables [hide private]

Inherited from ViewerFramework.VFCommand.Command: negateKw, objArgOnly


Method Details [hide private]

onAddCmdToViewer(self)

source code 
method called when an instance of this command is added to the viewer. This enable viewer-addition time initializations
Overrides: ViewerFramework.VFCommand.Command.onAddCmdToViewer
(inherited documentation)

showIFD(self)

source code 
None

guiCallback(self)

source code 
Default callback function called by the gui
Overrides: Pmv.mvCommand.MVCommand.guiCallback

Close_cb(self, event=None)

source code 
None

__call__(self, gridFile, ask=1, **kw)
(Call operator)

source code 

None<---ADanalyze_showGridIsocontours(gridFile)

gridFile --- AutoGrid map filename

ask --- whether to open a filebrowser if specified filename does not exist
Overrides: ViewerFramework.VFCommand.Command.__call__

doit(self, gridFile, **kw)

source code 
gridFile macroMol.name.atType.map
Overrides: ViewerFramework.VFCommand.Command.doit