Package schrodinger :: Package maestro :: Module markers
[hide private]
[frames] | no frames]

Module markers

Module for placing markers in the Workspace.

Classes [hide private]
  Icons
Constants for marker icons
  Marker
Class to manipulate a set of markers in the Workspace by ASLs.
  _BaseMarker
Base class for the marker classes.
  AtomMarker
Class for marking a single atom.
  PairMarker
Class for marking two atoms.
  TripleMarker
Class for marking three atoms.
  QuadMarker
Class for marking four atoms.
  NotInWorkspaceError
An exception when trying to display a marker covering atoms that are not currently in the workspace.
Functions [hide private]
 
get_eid_from_atom(atom)
Get the entry id for the specified atom
Variables [hide private]
  maestro = schrodinger.get_maestro()
Function Details [hide private]

get_eid_from_atom(atom)

 

Get the entry id for the specified atom

Note: This function is a workaround for PYTHON-2065