![]() |
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.
|
Public Types | |
| enum | Type |
Public Member Functions | |
| Node (Automation.Action el, TreeNode n, Type t) | |
| Node (Automation.Recording rec, TreeNode n, Type t) | |
| override string | ToString () |
Public Attributes | |
| Automation.Recording | recording |
| Automation.Action | action |
| Type | type |
| TreeNode | node |
Definition at line 130 of file Recordings.cs.
| enum BioImager.Recordings.Node.Type |
Definition at line 135 of file Recordings.cs.
| BioImager.Recordings.Node.Node | ( | Automation.Action | el, |
| TreeNode | n, | ||
| Type | t | ||
| ) |
Definition at line 142 of file Recordings.cs.
| BioImager.Recordings.Node.Node | ( | Automation.Recording | rec, |
| TreeNode | n, | ||
| Type | t | ||
| ) |
Definition at line 151 of file Recordings.cs.
| override string BioImager.Recordings.Node.ToString | ( | ) |
Definition at line 158 of file Recordings.cs.
| Automation.Action BioImager.Recordings.Node.action |
Definition at line 133 of file Recordings.cs.
| TreeNode BioImager.Recordings.Node.node |
Definition at line 141 of file Recordings.cs.
| Automation.Recording BioImager.Recordings.Node.recording |
Definition at line 132 of file Recordings.cs.
| Type BioImager.Recordings.Node.type |
Definition at line 134 of file Recordings.cs.
Referenced by microscope.stages.linkam._CommsInfo.view_of_info().