BioImager  3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
Loading...
Searching...
No Matches
BioImager.Filt Class Reference

Public Types

enum  Type
 

Public Member Functions

 Filt (string s, IFilter f, Type t)
 

Public Attributes

string name
 
IFilter filt
 
Type type
 

Detailed Description

Definition at line 1087 of file Bio.cs.

Member Enumeration Documentation

◆ Type

enum BioImager.Filt.Type

Definition at line 1090 of file Bio.cs.

1091 {
1092 Base = 0,
1093 Base2 = 1,
1094 InPlace = 2,
1095 InPlace2 = 3,
1096 InPlacePartial = 4,
1097 Resize = 5,
1098 Rotate = 6,
1099 Transformation = 7,
1100 Copy = 8
1101 }

Constructor & Destructor Documentation

◆ Filt()

BioImager.Filt.Filt ( string  s,
IFilter  f,
Type  t 
)

Definition at line 1105 of file Bio.cs.

1106 {
1107 name = s;
1108 filt = f;
1109 type = t;
1110 }

Member Data Documentation

◆ filt

IFilter BioImager.Filt.filt

Definition at line 1103 of file Bio.cs.

◆ name

◆ type

Type BioImager.Filt.type

Definition at line 1104 of file Bio.cs.

Referenced by microscope.stages.linkam._CommsInfo.view_of_info().


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