BioGTK  6.0.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions
BioGTK.Objectives Class Reference

Classes

class  Objective
 

Public Member Functions

void SetPosition (int index)
 
int GetPosition ()
 
Objective GetObjective ()
 

Public Attributes

List< ObjectiveList = new List<Objective>()
 
int moveWait = 1000
 

Static Public Attributes

static Type changerType = null
 
static object changer
 

Properties

int Index [get, set]
 

Detailed Description

Definition at line 152 of file Microscope.cs.

Constructor & Destructor Documentation

◆ Objectives()

BioGTK.Objectives.Objectives ( )

Definition at line 158 of file Microscope.cs.

159 {
160
161 }

Member Function Documentation

◆ GetObjective()

Objective BioGTK.Objectives.GetObjective ( )

Definition at line 220 of file Microscope.cs.

221 {
222 return List[index];
223 }

◆ GetPosition()

int BioGTK.Objectives.GetPosition ( )

Definition at line 216 of file Microscope.cs.

217 {
218 return index;
219 }

◆ SetPosition()

void BioGTK.Objectives.SetPosition ( int index)

Definition at line 212 of file Microscope.cs.

213 {
214 this.index = index;
215 }

Member Data Documentation

◆ changer

object BioGTK.Objectives.changer
static

Definition at line 156 of file Microscope.cs.

◆ changerType

Type BioGTK.Objectives.changerType = null
static

Definition at line 155 of file Microscope.cs.

◆ List

List<Objective> BioGTK.Objectives.List = new List<Objective>()

Definition at line 154 of file Microscope.cs.

◆ moveWait

int BioGTK.Objectives.moveWait = 1000

Definition at line 196 of file Microscope.cs.

Property Documentation

◆ Index

int BioGTK.Objectives.Index
getset

Definition at line 201 of file Microscope.cs.

202 {
203 get
204 {
205 return GetPosition();
206 }
207 set
208 {
209 SetPosition(value);
210 }
211 }

The documentation for this class was generated from the following file: