![]() |
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 | Node |
Public Member Functions | |
NodeView (string[] args) | |
void | UpdateOverlay () |
More... | |
void | InitNodes () |
void | UpdateNodes () |
void | Exit () |
It closes the current form, exits the application, and exits the thread. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Definition at line 3 of file NodeView.cs.
BioCore.NodeView.NodeView | ( | string[] | args | ) |
Definition at line 45 of file NodeView.cs.
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file NodeView.Designer.cs.
void BioCore.NodeView.Exit | ( | ) |
It closes the current form, exits the application, and exits the thread.
Definition at line 159 of file NodeView.cs.
void BioCore.NodeView.InitNodes | ( | ) |
It creates a treeview with a root node called "BioImages" and then adds a child node for each BioImage in the Images.images list. Each child node has two child nodes, one for the planes and one for the ROIs
Definition at line 79 of file NodeView.cs.
void BioCore.NodeView.UpdateNodes | ( | ) |
If the number of images in the treeview is not the same as the number of images in the Images class, we refresh the whole treeview. If the number of ROIs in the treeview is not the same as the number of ROIs in the image, we refresh the ROIs
Definition at line 121 of file NodeView.cs.
void BioCore.NodeView.UpdateOverlay | ( | ) |
UpdateOverlay() is a function that updates the overlay
Definition at line 71 of file NodeView.cs.