BioGTK  5.1.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images.
Loading...
Searching...
No Matches
BioGTK.Objectives Class Reference

Classes

class  Objective
 

Public Member Functions

 Objectives ()
 
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]
 

Constructor & Destructor Documentation

◆ Objectives()

BioGTK.Objectives.Objectives ( )
inline
159 {
160
161 }

Member Function Documentation

◆ GetObjective()

Objective BioGTK.Objectives.GetObjective ( )
inline
221 {
222 return List[index];
223 }
List< Objective > List
Definition Microscope.cs:154

◆ GetPosition()

int BioGTK.Objectives.GetPosition ( )
inline
217 {
218 return index;
219 }

◆ SetPosition()

void BioGTK.Objectives.SetPosition ( int  index)
inline
213 {
214 this.index = index;
215 }

Member Data Documentation

◆ changer

object BioGTK.Objectives.changer
static

◆ changerType

Type BioGTK.Objectives.changerType = null
static

◆ List

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

◆ moveWait

int BioGTK.Objectives.moveWait = 1000

Property Documentation

◆ Index

int BioGTK.Objectives.Index
getset
202 {
203 get
204 {
205 return GetPosition();
206 }
207 set
208 {
209 SetPosition(value);
210 }
211 }
int GetPosition()
Definition Microscope.cs:216
void SetPosition(int index)
Definition Microscope.cs:212

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