| Trees | Indices | Help | 
 | 
|---|
|  | 
       object --+            
                |            
    _abcoll.Sized --+        
                    |        
       object --+   |        
                |   |        
 _abcoll.Iterable --+        
                    |        
       object --+   |        
                |   |        
_abcoll.Container --+        
                    |        
      _abcoll.Mapping --+    
                        |    
   _abcoll.MutableMapping --+
                            |
                           SurfaceDict
A dictionary of {surface name: ProjectSurface object} for the specified project row.  
  Note that surfaces may not be created by assignment to a dictionary 
  value.  Use add, {addFromFile}, or schrodinger.project.ProjectRow.newMolecularSurface 
  instead. SurfaceDict objects are typically accessed via schrodinger.project.ProjectRow.surface.
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| ProjectSurface | 
 | ||
| ProjectSurface | 
 | ||
| Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 
@param proj: The project
@type proj: L{schrodinger.project.Project}
@param row: The project row
@type row: L{schrodinger.project.ProjectRow
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 Add an existing Surface object to the project row. Note that if copy is False (the default), this method will invalidate the input Surface object, as the mmsurf handle will be managed by the project. 
 | 
| 
 Read a surface from a file and add it to the project row. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:59 2016 | http://epydoc.sourceforge.net |