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

Class VisRecord

object --+
         |
        VisRecord
Known Subclasses:

Represents a surface entry in a "vis_list" file

Instance Methods [hide private]
 
__init__(self, row, idx)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__getattr__(self, key)
 
_load(self)
Assign name_pymol

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

Class Variables [hide private]
  _prefix = 'surf'
Instance Variables [hide private]
str name_pymol
PyMOL object name
str visfile
filename of vis file
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, row, idx)
(Constructor)

 

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

Parameters:
  • row (RowProxy) - project table row
  • idx (int) - zero-based index in "m_surface" table
Overrides: object.__init__