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

Public Types

enum  Type {
  Base = 0 , Base2 = 1 , InPlace = 2 , InPlace2 = 3 ,
  InPlacePartial = 4 , Resize = 5 , Rotate = 6 , Transformation = 7 ,
  Copy = 8
}
 

Public Member Functions

 Filt (string s, IFilter f, Type t)
 

Public Attributes

string name
 
IFilter filt
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
Base 
Base2 
InPlace 
InPlace2 
InPlacePartial 
Resize 
Rotate 
Transformation 
Copy 
1200 {
1201 Base = 0,
1202 Base2 = 1,
1203 InPlace = 2,
1204 InPlace2 = 3,
1205 InPlacePartial = 4,
1206 Resize = 5,
1207 Rotate = 6,
1208 Transformation = 7,
1209 Copy = 8
1210 }

Constructor & Destructor Documentation

◆ Filt()

BioGTK.Filt.Filt ( string  s,
IFilter  f,
Type  t 
)
inline
1215 {
1216 name = s;
1217 filt = f;
1218 type = t;
1219 }
IFilter filt
Definition Bio.cs:1212
Type type
Definition Bio.cs:1213
string name
Definition Bio.cs:1211

Member Data Documentation

◆ filt

IFilter BioGTK.Filt.filt

◆ name

string BioGTK.Filt.name

◆ type

Type BioGTK.Filt.type

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