Package schrodinger :: Package application :: Package phase :: Module phase_markers :: Class PhaseXvolMarkers
[hide private]
[frames] | no frames]

Class PhaseXvolMarkers

        object --+    
                 |    
PhaseSphereMarkers --+
                     |
                    PhaseXvolMarkers

Class that defines group of spheres for the excluded volume.

Instance Methods [hide private]
 
__init__(self, entry_id, x_vol, interactive=False)
Marker initializer.
 
addExcludedVolumes(self, x_vol)
Adds excluded volume spheres to the current group.

Inherited from PhaseSphereMarkers: addSphere, clear, hide, removeSpheres, resetSelected, setSelected, setSphereRadiusAndCoords, show

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

Class Variables [hide private]
  SPHERE_COLOR = (0.2, 0.9, 0.95)
  SPHERE_OPACITY = 0.2

Inherited from PhaseSphereMarkers: ANGLE_DEP_TRANSPARENCY, SELECTED_COLOR, SPHERE_RESOLUTION, next_sphere_id

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, entry_id, x_vol, interactive=False)
(Constructor)

 

Marker initializer.

Parameters:
  • entry_id (int) - hypothesis entry ID
  • x_vol (phase.PhpExclVol) - excluded volume object
Overrides: object.__init__

addExcludedVolumes(self, x_vol)

 

Adds excluded volume spheres to the current group.

Parameters: