home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / flow / mem. / mem.bin
Text File  |  1995-12-09  |  980b  |  20 lines

  1. OPERATOR
  2.  
  3. mem --- store and recall objects
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The mem operator is a method of storing object data for later use in an 
  9. igraph. It is a fire-on-any operator, meaning that it will produce an output 
  10. whenever any of its two input tokens are present. If an input object (any 
  11. type) arrives at the top port, mem stores the object data and passes the 
  12. object to its output port. The fireOnLoad parameter can prevent the object 
  13. from being sent to the output when loaded. Later, if a token (any type, any 
  14. value) arrives at the loadFlag port, the stored object is again sent to the 
  15. output. The mem operator is required in cases where the same object is used 
  16. many times within an igraph. For example, the getData operator can be used to 
  17. define a region of interest where measurements are to be made over a large 
  18. set of images. In such a case, the roi can be stored using the mem operator 
  19. and recalled for each measurement. 
  20.