![]() |
BioLib
3.9.1
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
|
Classes | |
| class | Info |
Public Member Functions | |
| LruCache (int capacity) | |
| TValue | Get (Info ke) |
| void | Add (Info key, TValue value) |
| void | RemoveTile (Info key) |
| void | Dispose () |
Properties | |
| int | Count [get] |
| BioLib.LruCache< TileInformation, TValue >.LruCache | ( | int | capacity | ) |
| void BioLib.LruCache< TileInformation, TValue >.Add | ( | Info | key, |
| TValue | value ) |
| void BioLib.LruCache< TileInformation, TValue >.Dispose | ( | ) |
| TValue BioLib.LruCache< TileInformation, TValue >.Get | ( | Info | ke | ) |
| void BioLib.LruCache< TileInformation, TValue >.RemoveTile | ( | Info | key | ) |
|
get |