Package schrodinger :: Module project :: Class EntrySurface
[hide private]
[frames] | no frames]

Class EntrySurface

object --+
         |
        EntrySurface

A class for accessing the surfaces associated with a given entry. This class will usually only be created from the EntrySurfaceIterator

Instance Methods [hide private]
 
__init__(self, pt, surface_name, surface_handle)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getSurfaceIncluded(self)
A private method that returns a boolean to indicate if the surface is included in the Workspace.

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

Properties [hide private]
  included
Whether the surface is included in the Workspace.

Inherited from object: __class__

Method Details [hide private]

__init__(self, pt, surface_name, surface_handle)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

included

Whether the surface is included in the Workspace.

Get Method:
_getSurfaceIncluded(self) - A private method that returns a boolean to indicate if the surface is included in the Workspace.