Package schrodinger :: Package application :: Package bioluminate :: Module pml_menus :: Class RegionInfo
[hide private]
[frames] | no frames]

Class RegionInfo

object --+
         |
        RegionInfo

Instance Methods [hide private]
 
__init__(self, name, red, green, blue, entry_id, asl=None, chains=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
addResidue(self, residue)
Add a residue to this region
str
formASL(self)
Form the ASL that specifies these atoms
 
colorAtoms(self)
Color all the atoms in this region

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, red, green, blue, entry_id, asl=None, chains=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

addResidue(self, residue)

 

Add a residue to this region

Parameters:

formASL(self)

 

Form the ASL that specifies these atoms

Returns: str
The string that specifies these atoms