![]() |
BioCore
4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
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.
| BioCore.LruCache< TileInformation, TValue >.LruCache | ( | int | capacity | ) |
Definition at line 24 of file ISlideSource.cs.
| void BioCore.LruCache< TileInformation, TValue >.Add | ( | Info | key, |
| TValue | value | ||
| ) |
Definition at line 44 of file ISlideSource.cs.
| TValue BioCore.LruCache< TileInformation, TValue >.Get | ( | Info | key | ) |
Definition at line 29 of file ISlideSource.cs.