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.
All Classes Namespaces Functions Enumerations Properties
BioCore.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 189 of file Microscope.cs.

Constructor & Destructor Documentation

◆ Objectives()

BioCore.Objectives.Objectives ( )

Definition at line 195 of file Microscope.cs.

Member Function Documentation

◆ GetObjective()

Objective BioCore.Objectives.GetObjective ( )

Definition at line 256 of file Microscope.cs.

◆ GetPosition()

int BioCore.Objectives.GetPosition ( )

Definition at line 252 of file Microscope.cs.

◆ SetPosition()

void BioCore.Objectives.SetPosition ( int  index)

Definition at line 248 of file Microscope.cs.

Member Data Documentation

◆ changer

object BioCore.Objectives.changer
static

Definition at line 193 of file Microscope.cs.

◆ changerType

Type BioCore.Objectives.changerType = null
static

Definition at line 192 of file Microscope.cs.

◆ List

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

Definition at line 191 of file Microscope.cs.

◆ moveWait

int BioCore.Objectives.moveWait = 1000

Definition at line 232 of file Microscope.cs.

Property Documentation

◆ Index

int BioCore.Objectives.Index
getset

Definition at line 237 of file Microscope.cs.


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