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

enum BioLib.Filt.Type
377 {
378 Base = 0,
379 Base2 = 1,
380 InPlace = 2,
381 InPlace2 = 3,
382 InPlacePartial = 4,
383 Resize = 5,
384 Rotate = 6,
385 Transformation = 7,
386 Copy = 8
387 }

Constructor & Destructor Documentation

◆ Filt()

BioLib.Filt.Filt ( string s,
IFilter f,
Type t )
392 {
393 name = s;
394 filt = f;
395 type = t;
396 }

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