![]() |
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.
|
Classes | |
| class | Info |
Public Member Functions | |
| LruCache (int capacity) | |
| TValue | Get (Info key) |
| void | Add (Info key, TValue value) |
Definition at line 13 of file ISlideSource.cs.
| BioImager.LruCache< TileInformation, TValue >.LruCache | ( | int | capacity | ) |
Definition at line 24 of file ISlideSource.cs.
| void BioImager.LruCache< TileInformation, TValue >.Add | ( | Info | key, |
| TValue | value | ||
| ) |
Definition at line 44 of file ISlideSource.cs.
| TValue BioImager.LruCache< TileInformation, TValue >.Get | ( | Info | key | ) |
Definition at line 29 of file ISlideSource.cs.