BioLib  3.9.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
366 {
367 Base = 0,
368 Base2 = 1,
369 InPlace = 2,
370 InPlace2 = 3,
371 InPlacePartial = 4,
372 Resize = 5,
373 Rotate = 6,
374 Transformation = 7,
375 Copy = 8
376 }

Constructor & Destructor Documentation

◆ Filt()

BioLib.Filt.Filt ( string s,
IFilter f,
Type t )
381 {
382 name = s;
383 filt = f;
384 type = t;
385 }

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