Package schrodinger :: Package utils :: Module pymol :: Class VisRecordVol
[hide private]
[frames] | no frames]

Class VisRecordVol

object --+    
         |    
 VisRecord --+
             |
            VisRecordVol

Represents a volume entry in a "vis_list" file

Volume gets auto-loaded when accessing name_pymol.

Instance Methods [hide private]
 
_load(self)
Assign name_pymol and load the map in PyMOL.

Inherited from VisRecord: __getattr__, __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _prefix = 'vol'
Instance Variables [hide private]

Inherited from VisRecord: name_pymol, visfile

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_load(self)

 

Assign name_pymol and load the map in PyMOL.

Overrides: VisRecord._load