![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
A queue of FloodFillRanges. More...
Public Member Functions | |
| FloodFillRangeQueue (int initialSize) | |
| void | Enqueue (ref FloodFillRange r) |
| Adds a FloodFillRange to the end of the queue. More... | |
| FloodFillRange | Dequeue () |
| Removes and returns the FloodFillRange at the beginning of the queue. More... | |
Properties | |
| int | Count [get] |
| Returns the number of items currently in the queue. More... | |
| FloodFillRange | First [get] |
| Gets the FloodFillRange at the beginning of the queue. More... | |
A queue of FloodFillRanges.
Definition at line 4 of file FloodFillRangeQueue.cs.
| BioImager.FloodFillRangeQueue.FloodFillRangeQueue | ( | ) |
Definition at line 18 of file FloodFillRangeQueue.cs.
| BioImager.FloodFillRangeQueue.FloodFillRangeQueue | ( | int | initialSize | ) |
Definition at line 23 of file FloodFillRangeQueue.cs.
| FloodFillRange BioImager.FloodFillRangeQueue.Dequeue | ( | ) |
Removes and returns the FloodFillRange at the beginning of the queue.
Definition at line 50 of file FloodFillRangeQueue.cs.
Referenced by BioImager.QueueLinearFloodFiller.FloodFill().
| void BioImager.FloodFillRangeQueue.Enqueue | ( | ref FloodFillRange | r | ) |
Adds a FloodFillRange to the end of the queue.
Definition at line 37 of file FloodFillRangeQueue.cs.
|
get |
Returns the number of items currently in the queue.
Definition at line 13 of file FloodFillRangeQueue.cs.
Referenced by BioImager.QueueLinearFloodFiller.FloodFill().
|
get |
Gets the FloodFillRange at the beginning of the queue.
Definition at line 31 of file FloodFillRangeQueue.cs.