Changeset 6423 for trunk/doc/modules/CameraImages.tex
- Timestamp:
- Feb 10, 2006, 5:17:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/CameraImages.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/CameraImages.tex
r6421 r6423 527 527 \end{datatype} 528 528 \begin{prototype} 529 bool pmFPAIterate(pmFPA *fpa, bool doCells, pmFPAIterateFunc func); 530 \end{prototype} 531 532 \code{pmFPAIterate} shall iterate through all chips (that \code{exist} 533 and are marked to be \code{process}ed) in the \code{fpa}, and if 534 \code{doCells} is \code{true}, all cells (that \code{exist} and are 535 marked to be \code{process}ed) in those chips. For each, the function 536 shall call the iterator function, \code{func}. 529 bool pmFPAIterateChips(pmFPA *fpa, pmFPAIterateFunc func); 530 bool pmFPAIterateCells(pmFPA *fpa, pmFPAIterateFunc func); 531 \end{prototype} 532 533 \code{pmFPAIterateChips} shall iterate through all chips (that 534 \code{exist} and are marked to be \code{process}ed) in the \code{fpa}, 535 calling the iterator function, \code{func}, for each (with 536 \code{cell=NULL}). \code{pmFPAIterateCells} shall iterate through all 537 cells (that \code{exist} and are marked to be \code{process}ed) in all 538 chips (that \code{exist} and are marked to be \code{process}ed), 539 calling the iterator function for each. 537 540 538 541
Note:
See TracChangeset
for help on using the changeset viewer.
