BioLib  3.6.2
A GUI-less version of Bio .NET library for editing & annotating various microscopy image formats.
Loading...
Searching...
No Matches
BioLib.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 144 of file Microscope.cs.

Constructor & Destructor Documentation

◆ Objectives()

BioLib.Objectives.Objectives ( )

Definition at line 150 of file Microscope.cs.

151 {
152
153 }

Member Function Documentation

◆ GetObjective()

Objective BioLib.Objectives.GetObjective ( )

Definition at line 212 of file Microscope.cs.

213 {
214 return List[index];
215 }

◆ GetPosition()

int BioLib.Objectives.GetPosition ( )

Definition at line 208 of file Microscope.cs.

209 {
210 return index;
211 }

◆ SetPosition()

void BioLib.Objectives.SetPosition ( int index)

Definition at line 204 of file Microscope.cs.

205 {
206 this.index = index;
207 }

Member Data Documentation

◆ changer

object BioLib.Objectives.changer
static

Definition at line 148 of file Microscope.cs.

◆ changerType

Type BioLib.Objectives.changerType = null
static

Definition at line 147 of file Microscope.cs.

◆ List

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

Definition at line 146 of file Microscope.cs.

◆ moveWait

int BioLib.Objectives.moveWait = 1000

Definition at line 188 of file Microscope.cs.

Property Documentation

◆ Index

int BioLib.Objectives.Index
getset

Definition at line 193 of file Microscope.cs.

194 {
195 get
196 {
197 return GetPosition();
198 }
199 set
200 {
201 SetPosition(value);
202 }
203 }

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